Changeset 5688 for trunk/src/templates/default/bbpress/loop-search.php
- Timestamp:
- 04/19/2015 04:27:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-search.php
r4579 r5688 16 16 <li class="bbp-header"> 17 17 18 <div class="bbp-search-author"><?php _e( 'Author', 'bbpress' ); ?></div><!-- .bbp-reply-author -->18 <div class="bbp-search-author"><?php esc_html_e( 'Author', 'bbpress' ); ?></div><!-- .bbp-reply-author --> 19 19 20 20 <div class="bbp-search-content"> 21 21 22 <?php _e( 'Search Results', 'bbpress' ); ?>22 <?php esc_html_e( 'Search Results', 'bbpress' ); ?> 23 23 24 24 </div><!-- .bbp-search-content --> … … 38 38 <li class="bbp-footer"> 39 39 40 <div class="bbp-search-author"><?php _e( 'Author', 'bbpress' ); ?></div>40 <div class="bbp-search-author"><?php esc_html_e( 'Author', 'bbpress' ); ?></div> 41 41 42 42 <div class="bbp-search-content"> 43 43 44 <?php _e( 'Search Results', 'bbpress' ); ?>44 <?php esc_html_e( 'Search Results', 'bbpress' ); ?> 45 45 46 46 </div><!-- .bbp-search-content -->
Note: See TracChangeset
for help on using the changeset viewer.