Ticket #58831: 58831-escaping-function-missing-twentyten-theme.patch
| File 58831-escaping-function-missing-twentyten-theme.patch, 549 bytes (added by , 2 years ago) |
|---|
-
wp-content/themes/twentyten/category.php
21 21 <?php 22 22 $category_description = category_description(); 23 23 if ( ! empty( $category_description ) ) { 24 echo '<div class="archive-meta">' . $category_description. '</div>';24 echo '<div class="archive-meta">' . esc_html( $category_description ) . '</div>'; 25 25 } 26 26 27 27 /*