Changeset 49693 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 11/24/2020 09:25:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r49669 r49693 345 345 * Optional. Array or query string of arguments for registering a taxonomy. 346 346 * 347 * @type array$labels An array of labels for this taxonomy. By default, Tag labels are347 * @type string[] $labels An array of labels for this taxonomy. By default, Tag labels are 348 348 * used for non-hierarchical taxonomies, and Category labels are used 349 349 * for hierarchical taxonomies. See accepted values in … … 383 383 * box. If no callback is defined, an appropriate one is determined 384 384 * based on the value of `$meta_box_cb`. 385 * @type array$capabilities {385 * @type string[] $capabilities { 386 386 * Array of capabilities for this taxonomy. 387 387 *
Note: See TracChangeset
for help on using the changeset viewer.