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/import.php

    r48115 r48520  
    157157                        esc_attr( $data[0] ),
    158158                        /* translators: %s: Importer name. */
    159                         esc_attr( sprintf( __( 'Install %s now' ), $data[0] ) ),
     159                        esc_attr( sprintf( _x( 'Install %s now', 'plugin' ), $data[0] ) ),
    160160                        __( 'Install Now' )
    161161                    );
Note: See TracChangeset for help on using the changeset viewer.