Ticket #35064: 35064.5.patch
File 35064.5.patch, 1.1 KB (added by , 9 years ago) |
---|
-
wp-admin/options-general.php
243 243 echo " checked='checked'"; 244 244 $custom = false; 245 245 } 246 echo ' /> <span class="date-time-text format-i18n">' . date_i18n( $format ) . '</span><code>' . $format. "</code></label><br />\n";246 echo ' /> <span class="date-time-text format-i18n">' . date_i18n( $format ) . '</span><code>' . esc_html( $format ) . "</code></label><br />\n"; 247 247 } 248 248 249 249 echo '<label><input type="radio" name="date_format" id="date_format_custom_radio" value="\c\u\s\t\o\m"'; … … 279 279 echo " checked='checked'"; 280 280 $custom = false; 281 281 } 282 echo ' /> <span class="date-time-text format-i18n">' . date_i18n( $format ) . '</span><code>' . $format. "</code></label><br />\n";282 echo ' /> <span class="date-time-text format-i18n">' . date_i18n( $format ) . '</span><code>' . esc_html( $format ) . "</code></label><br />\n"; 283 283 } 284 284 285 285 echo '<label><input type="radio" name="time_format" id="time_format_custom_radio" value="\c\u\s\t\o\m"';