Changeset 38737 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 10/06/2016 01:29:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r38716 r38737 294 294 * 295 295 * @param string $taxonomy Taxonomy key, must not exceed 32 characters. 296 * @param array|string $object_type Name of the object type for the taxonomy object.296 * @param array|string $object_type Object type or array of object types with which the taxonomy should be associated. 297 297 * @param array|string $args { 298 298 * Optional. Array or query string of arguments for registering a taxonomy. 299 299 * 300 * @type string $label Name of the taxonomy shown in the menu. Usually plural. If not set, 301 * `$labels['name']` will be used. 302 * @type array $labels An array of labels for this taxonomy. By default, Tag labels are used for 303 * non-hierarchical taxonmies, and Category labels are used for hierarchical 304 * taxonomies. See accepted values in get_taxonomy_labels(). 305 * Default empty array. 300 * @type array $labels An array of labels for this taxonomy. By default, Tag labels are 301 * used for non-hierarchical taxonomies, and Category labels are used 302 * for hierarchical taxonomies. See accepted values in 303 * get_taxonomy_labels(). Default empty array. 306 304 * @type string $description A short descriptive summary of what the taxonomy is for. Default empty. 307 305 * @type bool $public Whether a taxonomy is intended for use publicly either via
Note: See TracChangeset
for help on using the changeset viewer.