Escape quotes. Props Viper007Bond. fixes #9386

git-svn-id: https://develop.svn.wordpress.org/trunk@10833 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-03-24 16:06:10 +00:00
parent 7dacf5fd96
commit 265f0347fd
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ if (empty($tzstring)) { // set the Etc zone if no timezone string exists
checked( $custom );
echo '/> ' . __('Custom:') . ' </label><input type="text" name="date_format_custom" value="' . attribute_escape( get_option('date_format') ) . '" class="small-text" /> ' . date_i18n( get_option('date_format') ) . "\n";
echo "\t<p>" . __('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click "Save Changes" to update sample output.') . "</p>\n";
echo "\t<p>" . __('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date formatting</a>. Click &quot;Save Changes&quot; to update sample output.') . "</p>\n";
?>
</fieldset>
</td>