From 71b4ed94f298a469872edb884961edd5ce3e129c Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 8 Jun 2009 21:02:19 +0000 Subject: [PATCH] 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 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 7f4881b06c..52d5117392 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3246,7 +3246,7 @@ function wp_timezone_choice($selectedzone) { $selectcontinent = ''; if ( !empty($city) ) { $selectcontinent = $continent; - $structure .= '' . "\n"; // continent + $structure .= '' . "\n"; // continent } }