- Timestamp:
- 04/29/2024 06:50:42 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/activity.php
r12082 r13822 16 16 17 17 <li id="activity-filter-select" class="last"> 18 <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label>18 <label for="activity-filter-by"><?php esc_html_e( 'Show:', 'buddypress' ); ?></label> 19 19 <select id="activity-filter-by"> 20 <option value="-1"><?php _e( '— Everything —', 'buddypress' ); ?></option>20 <option value="-1"><?php esc_html_e( '— Everything —', 'buddypress' ); ?></option> 21 21 22 22 <?php bp_activity_show_filters(); ?>
Note: See TracChangeset
for help on using the changeset viewer.