Changeset 60099
- Timestamp:
- 03/26/2025 10:05:29 PM (10 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/class-wp-taxonomy.php
r59784 r60099 625 625 'view_item' => array( __( 'View Tag' ), __( 'View Category' ) ), 626 626 'update_item' => array( __( 'Update Tag' ), __( 'Update Category' ) ), 627 'add_new_item' => array( __( 'Add Tag' ), __( 'Add NewCategory' ) ),627 'add_new_item' => array( __( 'Add Tag' ), __( 'Add Category' ) ), 628 628 'new_item_name' => array( __( 'New Tag Name' ), __( 'New Category Name' ) ), 629 629 'separate_items_with_commas' => array( __( 'Separate tags with commas' ), null ),
Note: See TracChangeset
for help on using the changeset viewer.