Changeset 8452
- Timestamp:
- 05/27/2014 03:31:50 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/index.php
r8428 r8452 76 76 <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label> 77 77 <select id="activity-filter-by"> 78 <option value="-1"><?php _e( ' Everything', 'buddypress' ); ?></option>78 <option value="-1"><?php _e( '— Everything —', 'buddypress' ); ?></option> 79 79 80 80 <?php bp_activity_show_filters(); ?> -
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/activity.php
r8428 r8452 8 8 <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label> 9 9 <select id="activity-filter-by"> 10 <option value="-1"><?php _e( ' Everything', 'buddypress' ); ?></option>10 <option value="-1"><?php _e( '— Everything —', 'buddypress' ); ?></option> 11 11 12 12 <?php bp_activity_show_filters( 'group' ); ?> -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/activity.php
r8428 r8452 18 18 <label for="activity-filter-by"><?php _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 _e( '— Everything —', 'buddypress' ); ?></option> 21 21 22 22 <?php bp_activity_show_filters(); ?> -
trunk/src/bp-themes/bp-default/activity/index.php
r7965 r8452 96 96 <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label> 97 97 <select id="activity-filter-by"> 98 <option value="-1"><?php _e( ' Everything', 'buddypress' ); ?></option>98 <option value="-1"><?php _e( '— Everything —', 'buddypress' ); ?></option> 99 99 <option value="activity_update"><?php _e( 'Updates', 'buddypress' ); ?></option> 100 100 -
trunk/src/bp-themes/bp-default/groups/single/activity.php
r7965 r8452 8 8 <label for="activity-filter-by"><?php _e( 'Show:', 'buddypress' ); ?></label> 9 9 <select id="activity-filter-by"> 10 <option value="-1"><?php _e( ' Everything', 'buddypress' ); ?></option>10 <option value="-1"><?php _e( '— Everything —', 'buddypress' ); ?></option> 11 11 <option value="activity_update"><?php _e( 'Updates', 'buddypress' ); ?></option> 12 12 -
trunk/src/bp-themes/bp-default/members/single/activity.php
r5737 r8452 18 18 <label for="activity-filter-by"><?php _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 _e( '— Everything —', 'buddypress' ); ?></option> 21 21 <option value="activity_update"><?php _e( 'Updates', 'buddypress' ); ?></option> 22 22
Note: See TracChangeset
for help on using the changeset viewer.