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/form-protected.php

    r4733 r5688  
    1212<div id="bbpress-forums">
    1313    <fieldset class="bbp-form" id="bbp-protected">
    14         <Legend><?php _e( 'Protected', 'bbpress' ); ?></legend>
     14        <Legend><?php esc_html_e( 'Protected', 'bbpress' ); ?></legend>
    1515
    1616        <?php echo get_the_password_form(); ?>
Note: See TracChangeset for help on using the changeset viewer.