Changeset 5688 for trunk/src/templates/default/bbpress/user-favorites.php
- Timestamp:
- 04/19/2015 04:27:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-favorites.php
r4733 r5688 13 13 14 14 <div id="bbp-user-favorites" class="bbp-user-favorites"> 15 <h2 class="entry-title"><?php _e( 'Favorite Forum Topics', 'bbpress' ); ?></h2>15 <h2 class="entry-title"><?php esc_html_e( 'Favorite Forum Topics', '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 currently have no favorite topics.', 'bbpress' ) : _e( 'This user has no favorite topics.', 'bbpress' ); ?></p> 28 <p><?php bbp_is_user_home() 29 ? esc_html_e( 'You currently have no favorite topics.', 'bbpress' ) 30 : esc_html_e( 'This user has no favorite topics.', 'bbpress' ); 31 ?></p> 29 32 30 33 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.