diff --git a/wp-admin/includes/continents-cities.php b/wp-admin/includes/continents-cities.php new file mode 100644 index 0000000000..a2794e3249 --- /dev/null +++ b/wp-admin/includes/continents-cities.php @@ -0,0 +1,493 @@ +' . "\n"; // continent + $structure .= '' . "\n"; // continent } elseif ( !empty($selectcontinent) && $selectcontinent != $continent ) { $structure .= "\n"; $selectcontinent = ''; if ( !empty($city) ) { $selectcontinent = $continent; - $structure .= '' . "\n"; // continent + $structure .= '' . "\n"; // continent } } @@ -3148,11 +3148,12 @@ function wp_timezone_choice($selectedzone) { $city = $city . '/'. $subcity; } $display = str_replace('_',' ',$city); + $display = translate($display); if ( $continent == 'Etc' ) $display = strtr($display, '+-', '-+'); $structure .= "\t\n"; //Timezone } else { - $structure .= "\n"; //Timezone + $structure .= "\n"; //Timezone } }