Make WordPress Core

Ticket #35064: 35064.5.patch

File 35064.5.patch, 1.1 KB (added by adamsilverstein, 9 years ago)
  • wp-admin/options-general.php

     
    243243                        echo " checked='checked'";
    244244                        $custom = false;
    245245                }
    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";
    247247        }
    248248
    249249        echo '<label><input type="radio" name="date_format" id="date_format_custom_radio" value="\c\u\s\t\o\m"';
     
    279279                        echo " checked='checked'";
    280280                        $custom = false;
    281281                }
    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";
    283283        }
    284284
    285285        echo '<label><input type="radio" name="time_format" id="time_format_custom_radio" value="\c\u\s\t\o\m"';