Make WordPress Core

Ticket #58831: 58831-escaping-function-missing-twentyeleven.patch

File 58831-escaping-function-missing-twentyeleven.patch, 555 bytes (added by himanshuc, 3 months ago)
  • wp-content/themes/twentyeleven/functions.php

     
    764764                                        ?>
    765765
    766766                                        <?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>
    768768                                        <br />
    769769                                        <?php endif; ?>
    770770