Changeset 10828 for trunk/src/bp-core/admin/bp-core-admin-components.php
- Timestamp:
- 05/30/2016 06:30:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-components.php
r10825 r10828 163 163 </ul> 164 164 165 <h3 class="screen-reader-text"><?php _e( 'Components list', 'buddypress' ); ?></h3> 165 <h3 class="screen-reader-text"><?php 166 /* translators: accessibility text */ 167 _e( 'Components list', 'buddypress' ); 168 ?></h3> 166 169 167 170 <table class="wp-list-table widefat plugins"> 168 171 <thead> 169 172 <tr> 170 <td id="cb" class="manage-column column-cb check-column"><input id="cb-select-all-1" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-1"><?php _e( 'Bulk selection is disabled', 'buddypress' ); ?></label></td> 173 <td id="cb" class="manage-column column-cb check-column"><input id="cb-select-all-1" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-1"><?php 174 /* translators: accessibility text */ 175 _e( 'Bulk selection is disabled', 'buddypress' ); 176 ?></label></td> 171 177 <th scope="col" id="name" class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th> 172 178 <th scope="col" id="description" class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th> … … 227 233 <tfoot> 228 234 <tr> 229 <td class="manage-column column-cb check-column"><input id="cb-select-all-2" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-2"><?php _e( 'Bulk selection is disabled', 'buddypress' ); ?></label></td> 235 <td class="manage-column column-cb check-column"><input id="cb-select-all-2" type="checkbox" disabled><label class="screen-reader-text" for="cb-select-all-2"><?php 236 /* translators: accessibility text */ 237 _e( 'Bulk selection is disabled', 'buddypress' ); 238 ?></label></td> 230 239 <th class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th> 231 240 <th class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.