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-upgrader-skin.php

    r47814 r48545  
    9595                                        __( 'Activate' ),
    9696                                        /* translators: %s: Theme name. */
    97                                         sprintf( __( 'Activate “%s”' ), $name )
     97                                        sprintf( _x( 'Activate “%s”', 'theme' ), $name )
    9898                                );
    9999                        }
Note: See TracChangeset for help on using the changeset viewer.