Make WordPress Core


Ignore:
Timestamp:
07/20/2020 11:12:33 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add context to some plugin and theme strings for consistency.

Props ramiy, audrasjb.
Fixes #50710.

File:
1 edited

Legend:

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

    r48109 r48520  
    241241                        'aria-label="%s" id="update-theme" data-slug="%s"',
    242242                        /* translators: %s: Theme name. */
    243                         esc_attr( sprintf( __( 'Update %s now' ), $theme_name ) ),
     243                        esc_attr( sprintf( _x( 'Update %s now', 'theme' ), $theme_name ) ),
    244244                        $stylesheet
    245245                    )
Note: See TracChangeset for help on using the changeset viewer.