Make WordPress Core


Ignore:
Timestamp:
01/23/2024 10:08:49 AM (13 months ago)
Author:
youknowriad
Message:

Editor: Fix back to items label capitalization for the pattern categories.

This uses the same capitalization used in Tags or Link Categories taxonomies.

Props mukesh27.
See #60322.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r57334 r57335  
    236236                'add_new_item'               => __( 'Add New Category' ),
    237237                'add_or_remove_items'        => __( 'Add or remove pattern categories' ),
    238                 'back_to_items'              => __( '← Go to pattern categories' ),
     238                'back_to_items'              => __( '← Go to Pattern Categories' ),
    239239                'choose_from_most_used'      => __( 'Choose from the most used pattern categories' ),
    240240                'edit_item'                  => __( 'Edit Pattern Category' ),
Note: See TracChangeset for help on using the changeset viewer.