Skip to content

Commit

Permalink
restructure taxonomies
Browse files Browse the repository at this point in the history
  • Loading branch information
danialbleile committed Sep 4, 2019
1 parent 7936ad3 commit 0cc5a67
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wsu-university-taxonomy",
"version": "0.4.14",
"version": "0.4.15",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/wsu-university-taxonomy.git"
Expand Down
53 changes: 25 additions & 28 deletions wsuwp-university-taxonomies.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: WSUWP University Taxonomies
Version: 0.4.14
Version: 0.4.15
Plugin URI: https://web.wsu.edu/
Description: Provides Washington State University taxonomies to WordPress
Author: washingtonstateuniversity, jeremyfelt, philcable
Expand All @@ -16,7 +16,7 @@ class WSUWP_University_Taxonomies {
*
* @var string Current version of the taxonomy schema.
*/
var $taxonomy_schema_version = '20190904-001';
var $taxonomy_schema_version = '20190904-002';

/**
* @var string Taxonomy slug for the WSU University Category taxonomy.
Expand Down Expand Up @@ -606,30 +606,27 @@ public function get_university_organizations() {
'Transportation Services' => array(),
'Office of Undergraduate Education' => array(),
'University Marketing and Communications' => array(
'Administration' => array(),
'Finance and Administrative Support Team' => array(
'Finance and Administration',
'IT Support',
),
'Strategic Communications' => array(
'EM Marketing',
'University Events',
'News and Media Relations',
'Presidential Communications',
'Visual Design',
'Photo Services',
'Video Services',
'WA State Magazine',
'Web Communications',
),
'University Publishing' => array(
'Coug Prints Plus',
'Graphic Design',
'Mailing Services',
'Printing Services',
'Production Coordination',
'WSU Press',
),
'Administration',
'Finance and Administrative Support Team',
'Finance and Administration',
'IT Support',
'Strategic Communications',
'EM Marketing',
'University Events',
'News and Media Relations',
'Presidential Communications',
'Visual Design',
'Photo Services',
'Video Services',
'WA State Magazine',
'Web Communications',
'University Publishing',
'Coug Prints Plus',
'Graphic Design',
'Mailing Services',
'Printing Services',
'Production Coordination',
'WSU Press',
),
'Office of Veterans Affairs' => array(),
),
Expand Down Expand Up @@ -678,7 +675,7 @@ public function get_university_organizations() {
'Women\'s Studies Program',
),
'College of Education' => array(
'Educational Leadership and Sport Management',
'Educational Leadership, Sports Studies, and Educational / Counseling Psychology',
'Teaching and Learning',
'Kinesiology and Educational Psychology',
),
Expand Down Expand Up @@ -731,7 +728,7 @@ public function get_university_locations() {
$locations = array(
'WSU Pullman' => array(),
'WSU West/Downtown Seattle' => array(),
'WSU Health Sciences Spokane' => array(),
'WSU Spokane' => array(),
'WSU Tri-Cities' => array(),
'WSU Vancouver' => array(),
'WSU Global Campus' => array(),
Expand Down

0 comments on commit 0cc5a67

Please sign in to comment.