Make WordPress Core

Changeset 19788


Ignore:
Timestamp:
01/29/2012 11:43:14 PM (13 years ago)
Author:
nacin
Message:

Use the _x context function. props Mamaduka. see #19601.

File:
1 edited

Legend:

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

    r19785 r19788  
    359359       for all timezone strings supported by PHP.
    360360    */
    361     $offset_or_tz = __( '0', 'default GMT offset or timezone string' );
     361    $offset_or_tz = _x( '0', 'default GMT offset or timezone string' );
    362362    if ( is_numeric( $offset_or_tz ) )
    363363        $gmt_offset = $offset_or_tz;
Note: See TracChangeset for help on using the changeset viewer.