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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-06-08 21:02:19 +00:00
parent ac029b70cf
commit 71b4ed94f2
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
}
}