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

git-svn-id: https://develop.svn.wordpress.org/trunk@11533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-06-08 21:02:19 +00:00
parent 8737201fb5
commit b84bf875ee
1 changed files with 1 additions and 1 deletions

View File

@ -3246,7 +3246,7 @@ function wp_timezone_choice($selectedzone) {
$selectcontinent = '';
if ( !empty($city) ) {
$selectcontinent = $continent;
$structure .= '<optgroup label="'. esc_attr( translate( $continent ) ) .'">' . "\n"; // continent
$structure .= '<optgroup label="'. esc_attr( translate( $continent, "continents-cities" ) ) .'">' . "\n"; // continent
}
}