- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/extras/page-forum-statistics.php
r4803 r5688 20 20 <div class="entry-content"> 21 21 22 <?php get_the_content() ? the_content() : _e( '<p>Here are the statistics and popular topics of our forums.</p>', 'bbpress'); ?>22 <?php get_the_content() ? the_content() : wpautop( esc_html__( 'Here are the statistics and popular topics of our forums.', 'bbpress' ) ); ?> 23 23 24 24 <div id="bbpress-forums"> … … 32 32 <?php if ( bbp_view_query( 'popular' ) ) : ?> 33 33 34 <h2 class="entry-title"><?php _e( 'Popular Topics', 'bbpress' ); ?></h2>34 <h2 class="entry-title"><?php esc_html_e( 'Popular Topics', 'bbpress' ); ?></h2> 35 35 36 36 <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.