Changeset 5688 for trunk/src/templates/default/extras/page-topic-tags.php
- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/extras/page-topic-tags.php
r4733 r5688 20 20 <div class="entry-content"> 21 21 22 <?php get_the_content() ? the_content() : _e( '<p>This is a collection of tags that are currently popular on our forums.</p>', 'bbpress'); ?>22 <?php get_the_content() ? the_content() : wpautop( esc_html__( 'This is a collection of tags that are currently popular on our forums.', 'bbpress' ) ); ?> 23 23 24 24 <div id="bbpress-forums">
Note: See TracChangeset
for help on using the changeset viewer.