- Timestamp:
- 05/30/2016 06:30:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-template.php
r10817 r10828 1024 1024 function bp_notifications_bulk_management_dropdown() { 1025 1025 ?> 1026 <label class="bp-screen-reader-text" for="notification-select"><?php _e( 'Select Bulk Action', 'buddypress' ); ?></label> 1026 <label class="bp-screen-reader-text" for="notification-select"><?php 1027 /* translators: accessibility text */ 1028 _e( 'Select Bulk Action', 'buddypress' ); 1029 ?></label> 1027 1030 <select name="notification_bulk_action" id="notification-select"> 1028 1031 <option value="" selected="selected"><?php _e( 'Bulk Actions', 'buddypress' ); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.