Skip to content

Commit

Permalink
Add International Student and Scholar Services
Browse files Browse the repository at this point in the history
  • Loading branch information
danbleile committed May 18, 2020
1 parent c22a887 commit 2467954
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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: 1.0.4
Version: 1.0.5
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 = '20200211-001';
var $taxonomy_schema_version = '20200518-001';

/**
* @var string Taxonomy slug for the WSU University Category taxonomy.
Expand Down Expand Up @@ -591,7 +591,9 @@ public function get_university_organizations() {
'Information Technology Services' => array(),
'Intercollegiate Athletics' => array(),
'Office of Internal Audit' => array(),
'Office of International Programs' => array(),
'Office of International Programs' => array(
'International Student and Scholar Services',
),
'Libraries' => array(),
'Office of the President' => array(),
'Office of the Provost' => array(
Expand Down

0 comments on commit 2467954

Please sign in to comment.