Skip to content

Commit

Permalink
Merge branch 'category-api'
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwhte committed Aug 22, 2023
2 parents cb3ca71 + 5ba20ef commit f69eedc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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: 2.0.1
Version: 2.0.2
Plugin URI: https://web.wsu.edu/
Description: Provides Washington State University taxonomies to WordPress
Author: washingtonstateuniversity, jeremyfelt, philcable
Expand Down Expand Up @@ -143,11 +143,12 @@ public function register_taxonomies() {
);
$args = array(
'labels' => $labels,
'description' => 'The central taxonomy for Washington State University',
'description' => 'The central category taxonomy for Washington State University',
'public' => true,
'hierarchical' => true,
'show_ui' => true,
'show_in_menu' => true,
'show_in_rest' => true,
'rewrite' => false,
'query_var' => $this->university_category,
);
Expand Down

0 comments on commit f69eedc

Please sign in to comment.