Make WordPress Core

Changeset 11533


Ignore:
Timestamp:
06/08/2009 09:02:19 PM (16 years ago)
Author:
azaozz
Message:

Add translation domain to the timezone picker, props nbachiyski, fixes #10066

File:
1 edited

Legend:

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

    r11503 r11533  
    32473247            if ( !empty($city) ) {
    32483248                $selectcontinent = $continent;
    3249                 $structure .= '<optgroup label="'. esc_attr( translate( $continent ) ) .'">' . "\n"; // continent
     3249                $structure .= '<optgroup label="'. esc_attr( translate( $continent, "continents-cities" ) ) .'">' . "\n"; // continent
    32503250            }
    32513251        }
Note: See TracChangeset for help on using the changeset viewer.