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-search-reply.php

    r5031 r5688  
    2222    <div class="bbp-reply-title">
    2323
    24         <h3><?php _e( 'In reply to: ', 'bbpress' ); ?>
     24        <h3><?php esc_html_e( 'In reply to: ', 'bbpress' ); ?>
    2525        <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></h3>
    2626
Note: See TracChangeset for help on using the changeset viewer.