Changeset 4952 for trunk/includes/topics/functions.php
- Timestamp:
- 05/27/2013 07:39:27 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/topics/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/functions.php
r4944 r4952 3387 3387 <description> 3388 3388 <![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> 3390 3390 <?php bbp_topic_content(); ?> 3391 3391 ]]>
Note: See TracChangeset
for help on using the changeset viewer.