- Timestamp:
- 04/29/2024 06:50:42 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/activity-loop.php
r12082 r13822 32 32 33 33 <li class="load-more"> 34 <a href="<?php bp_activity_load_more_link() ?>"><?php _e( 'Load More', 'buddypress' ); ?></a>34 <a href="<?php bp_activity_load_more_link() ?>"><?php esc_html_e( 'Load More', 'buddypress' ); ?></a> 35 35 </li> 36 36 … … 46 46 47 47 <div id="message" class="info"> 48 <p><?php _e( 'Sorry, there was no activity found. Please try a different filter.', 'buddypress' ); ?></p>48 <p><?php esc_html_e( 'Sorry, there was no activity found. Please try a different filter.', 'buddypress' ); ?></p> 49 49 </div> 50 50
Note: See TracChangeset
for help on using the changeset viewer.