- Timestamp:
- 05/06/2016 12:57:48 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-list-table.php
r10590 r10739 305 305 $url_base = add_query_arg( array( 'page' => 'bp-activity' ), bp_get_admin_url( 'admin.php' ) ); ?> 306 306 307 <h2 class="screen-reader-text"><?php _e( 'Filter activities list', 'buddypress' ); ?></h2> 307 <h2 class="screen-reader-text"><?php 308 /* translators: accessibility text */ 309 _e( 'Filter activities list', 'buddypress' ); 310 ?></h2> 308 311 309 312 <ul class="subsubsub"> … … 415 418 416 419 <div class="alignleft actions"> 417 <label for="activity-type" class="screen-reader-text"><?php _e( 'Filter by activity type', 'buddypress' ); ?></label> 420 <label for="activity-type" class="screen-reader-text"><?php 421 /* translators: accessibility text */ 422 _e( 'Filter by activity type', 'buddypress' ); 423 ?></label> 418 424 <select name="activity_type" id="activity-type"> 419 425 <option value="" <?php selected( ! $selected ); ?>><?php _e( 'View all actions', 'buddypress' ); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.