Make WordPress Core


Ignore:
Timestamp:
07/21/2020 04:31:06 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add context to some theme strings for consistency.

Props ramiy, ocean90.
Fixes #50709.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-themes-list-table.php

    r47550 r48545  
    213213                $activate_link,
    214214                /* translators: %s: Theme name. */
    215                 esc_attr( sprintf( __( 'Activate “%s”' ), $title ) ),
     215                esc_attr( sprintf( _x( 'Activate “%s”', 'theme' ), $title ) ),
    216216                __( 'Activate' )
    217217            );
Note: See TracChangeset for help on using the changeset viewer.