Changeset 50529 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/13/2021 10:23:56 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r50527 r50529 539 539 * @since 4.9.0 Added the `most_used` and `back_to_items` labels. 540 540 * @since 5.7.0 Added the `filter_by_item` label. 541 * @since 5.8.0 Added the `item_link` and `item_link_description` labels. 541 542 * 542 543 * @param WP_Taxonomy $tax Taxonomy object. … … 580 581 * Default 'Tag Link'/'Category Link'. 581 582 * @type string $item_link_description Used in the block editor. Description for a navigation link block 582 * variation. Default 'A link to a tag .'/'A link to a category'.583 * variation. Default 'A link to a tag'/'A link to a category'. 583 584 * } 584 585 */ … … 627 628 ), 628 629 ); 630 629 631 $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name']; 630 632
Note: See TracChangeset
for help on using the changeset viewer.