Changeset 27186 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 02/17/2014 09:55:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r27163 r27186 1973 1973 $taxonomies = array($taxonomies); 1974 1974 1975 foreach ( (array)$taxonomies as $taxonomy ) {1975 foreach ( $taxonomies as $taxonomy ) { 1976 1976 if ( ! taxonomy_exists($taxonomy) ) 1977 1977 return new WP_Error('invalid_taxonomy', __('Invalid taxonomy'));
Note: See TracChangeset
for help on using the changeset viewer.