Make WordPress Core

Changeset 21242


Ignore:
Timestamp:
07/09/2012 05:08:43 AM (13 years ago)
Author:
markjaquith
Message:

Collapse an i18n context to make it more accurate and to make for one less string to translate. props pavelevap. fixes #21137

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r21241 r21242  
    32063206    static $dblq = false;
    32073207    if ( false === $dblq )
    3208         $dblq = _x('“', 'opening curly quote');
     3208        $dblq = _x( '“', 'opening curly double quote' );
    32093209    return str_replace(
    32103210        array( ' Wordpress', '‘Wordpress', $dblq . 'Wordpress', '>Wordpress', '(Wordpress' ),
Note: See TracChangeset for help on using the changeset viewer.