Changeset 49539 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 11/09/2020 10:51:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r49451 r49539 140 140 'add_or_remove_items' => null, 141 141 'choose_from_most_used' => null, 142 'back_to_items' => __( '← Backto Link Categories' ),142 'back_to_items' => __( '← Go to Link Categories' ), 143 143 ), 144 144 'capabilities' => array( … … 605 605 /* translators: Tab heading when selecting from the most used terms. */ 606 606 'most_used' => array( _x( 'Most Used', 'tags' ), _x( 'Most Used', 'categories' ) ), 607 'back_to_items' => array( __( '← Back to Tags' ), __( '← Backto Categories' ) ),607 'back_to_items' => array( __( '← Go to Tags' ), __( '← Go to Categories' ) ), 608 608 ); 609 609 $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];
Note: See TracChangeset
for help on using the changeset viewer.