Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/19/2015 04:27:37 PM (10 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-search.php

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