Make WordPress Core

Ticket #58831: 58831-escaping-function-missing-twentyten-theme.patch

File 58831-escaping-function-missing-twentyten-theme.patch, 549 bytes (added by nidhidhandhukiya, 2 years ago)
  • wp-content/themes/twentyten/category.php

     
    2121                                <?php
    2222                                        $category_description = category_description();
    2323                                if ( ! empty( $category_description ) ) {
    24                                         echo '<div class="archive-meta">' . $category_description . '</div>';
     24                                        echo '<div class="archive-meta">' . esc_html( $category_description ) . '</div>';
    2525                                }
    2626
    2727                                /*