Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/19/2015 04:27:37 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Templates: Escape all gettext output in default template parts. See #1999.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/loop-single-reply.php

    r5031 r5688  
    1919
    2020            <span class="bbp-header">
    21                 <?php _e( 'in reply to: ', 'bbpress' ); ?>
     21                <?php esc_html_e( 'in reply to: ', 'bbpress' ); ?>
    2222                <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a>
    2323            </span>
Note: See TracChangeset for help on using the changeset viewer.