- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-topics-created.php
r4733 r5688 13 13 14 14 <div id="bbp-user-topics-started" class="bbp-user-topics-started"> 15 <h2 class="entry-title"><?php _e( 'Forum Topics Started', 'bbpress' ); ?></h2>15 <h2 class="entry-title"><?php esc_html_e( 'Forum Topics Started', 'bbpress' ); ?></h2> 16 16 <div class="bbp-user-section"> 17 17 … … 26 26 <?php else : ?> 27 27 28 <p><?php bbp_is_user_home() ? _e( 'You have not created any topics.', 'bbpress' ) : _e( 'This user has not created any topics.', 'bbpress' ); ?></p> 28 <p><?php bbp_is_user_home() 29 ? esc_html_e( 'You have not created any topics.', 'bbpress' ) 30 : esc_html_e( 'This user has not created any topics.', 'bbpress' ); 31 ?></p> 29 32 30 33 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.