From 7b8286316f8ba5d71e0513051e9c8358bd009b29 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Mar 2009 16:06:10 +0000 Subject: [PATCH] Escape quotes. Props Viper007Bond. fixes #9386 git-svn-id: http://svn.automattic.com/wordpress/trunk@10833 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index f94801f3f3..cc0dc6210f 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -217,7 +217,7 @@ if (empty($tzstring)) { // set the Etc zone if no timezone string exists checked( $custom ); echo '/> ' . __('Custom:') . ' ' . date_i18n( get_option('date_format') ) . "\n"; - echo "\t

" . __('Documentation on date formatting. Click "Save Changes" to update sample output.') . "

\n"; + echo "\t

" . __('Documentation on date formatting. Click "Save Changes" to update sample output.') . "

\n"; ?>