Ticket #58831: 58831-escaping-function-missing-twentyeleven.patch
File 58831-escaping-function-missing-twentyeleven.patch, 555 bytes (added by , 3 months ago) |
---|
-
wp-content/themes/twentyeleven/functions.php
764 764 ?> 765 765 766 766 <?php if ( '0' === $comment->comment_approved ) : ?> 767 <em class="comment-awaiting-moderation"><?php echo $moderation_note; ?></em>767 <em class="comment-awaiting-moderation"><?php echo esc_html( $moderation_note ); ?></em> 768 768 <br /> 769 769 <?php endif; ?> 770 770