From b84bf875ee8bd73710f47d865a0468ca3aa6e563 Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@11533 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 } }