Make WordPress Core


Ignore:
Timestamp:
07/21/2020 04:31:06 PM (6 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-theme-installer-skin.php

    r48508 r48545  
    135135                        __( 'Activate' ),
    136136                        /* translators: %s: Theme name. */
    137                         sprintf( __( 'Activate “%s”' ), $name )
     137                        sprintf( _x( 'Activate “%s”', 'theme' ), $name )
    138138                );
    139139
Note: See TracChangeset for help on using the changeset viewer.