Escape quotes. Props Viper007Bond. fixes #9386
git-svn-id: http://svn.automattic.com/wordpress/trunk@10833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8f7bbfc5fa
commit
7b8286316f
|
@ -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 "Save Changes" to update sample output.') . "</p>\n";
|
||||
?>
|
||||
</fieldset>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue