Changeset 24833
- Timestamp:
- 07/28/2013 11:01:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r24829 r24833 301 301 * labels - An array of labels for this taxonomy. You can see accepted values in {@link get_taxonomy_labels()}. By default tag labels are used for non-hierarchical types and category labels for hierarchical ones. 302 302 * 303 * description - A short descriptive summary of what the taxonomy is for. Defaults to blank. 304 * 303 305 * @package WordPress 304 306 * @subpackage Taxonomy … … 330 332 'capabilities' => array(), 331 333 'show_in_nav_menus' => null, 334 'description' => '', 332 335 ); 333 336 $args = wp_parse_args($args, $defaults);
Note: See TracChangeset
for help on using the changeset viewer.