From 265f0347fdb9c86b5e2bc8b8963670fd8818c186 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 24 Mar 2009 16:06:10 +0000 Subject: [PATCH] Escape quotes. Props Viper007Bond. fixes #9386 git-svn-id: https://develop.svn.wordpress.org/trunk@10833 602fd350-edb4-49c9-b593-d223f7449a82 --- 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"; ?>