Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/27/2013 07:39:27 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Escape output of translation strings where appropriate. Refresh some escaping approaches. See #1999.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/topics/functions.php

    r4944 r4952  
    33873387                    <description>
    33883388                        <![CDATA[
    3389                         <p><?php printf( __( 'Replies: %s', 'bbpress' ), bbp_get_topic_reply_count() ); ?></p>
     3389                        <p><?php printf( esc_html__( 'Replies: %s', 'bbpress' ), bbp_get_topic_reply_count() ); ?></p>
    33903390                        <?php bbp_topic_content(); ?>
    33913391                        ]]>
Note: See TracChangeset for help on using the changeset viewer.