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/feedback-no-topics.php

    r5563 r5688  
    1212<div class="bbp-template-notice">
    1313        <ul>
    14                 <li><?php _e( 'Oh bother! No topics were found here!', 'bbpress' ); ?></li>
     14                <li><?php esc_html_e( 'Oh bother! No topics were found here!', 'bbpress' ); ?></li>
    1515        </ul>
    1616</div>
Note: See TracChangeset for help on using the changeset viewer.