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-access.php

    r5563 r5688  
    1111
    1212<div id="forum-private" class="bbp-forum-content">
    13     <h1 class="entry-title"><?php _e( 'Private', 'bbpress' ); ?></h1>
     13    <h1 class="entry-title"><?php esc_html_e( 'Private', 'bbpress' ); ?></h1>
    1414    <div class="entry-content">
    1515        <div class="bbp-template-notice info">
    1616            <ul>
    17                 <li><?php _e( 'You do not have permission to view this forum.', 'bbpress' ); ?></li>
     17                <li><?php esc_html_e( 'You do not have permission to view this forum.', 'bbpress' ); ?></li>
    1818            </ul>
    1919        </div>
Note: See TracChangeset for help on using the changeset viewer.