IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
165 | 165 | <table class="wp-list-table widefat plugins"> |
166 | 166 | <thead> |
167 | 167 | <tr> |
168 | | <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 |
| 168 | <td id="cb" class="manage-column column-cb check-column"><input id="cb-select-all-1" type="checkbox" <?php checked( empty( $inactive_components ) ); ?>> |
| 169 | <label class="screen-reader-text" for="cb-select-all-1"><?php |
169 | 170 | /* translators: accessibility text */ |
170 | | _e( 'Bulk selection is disabled', 'buddypress' ); |
| 171 | _e( 'Enable or disable all optional components in bulk', 'buddypress' ); |
171 | 172 | ?></label></td> |
172 | 173 | <th scope="col" id="name" class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th> |
173 | 174 | <th scope="col" id="description" class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th> |
… |
… |
|
195 | 196 | /* translators: accessibility text */ |
196 | 197 | printf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label> |
197 | 198 | |
198 | | <?php else : ?> |
199 | | |
200 | | <input type="checkbox" id="<?php echo esc_attr( "bp_components[$name]" ); ?>" name="<?php echo esc_attr( "bp_components[$name]" ); ?>" value="1" checked="checked" disabled><label for="<?php echo esc_attr( "bp_components[$name]" ); ?>" class="screen-reader-text"><?php |
201 | | /* translators: accessibility text */ |
202 | | printf( __( '%s is a required component', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label> |
203 | | |
204 | 199 | <?php endif; ?> |
205 | 200 | |
206 | 201 | </th> |
207 | 202 | <td class="plugin-title column-primary"> |
208 | | <span aria-hidden="true"></span> |
209 | | <strong><?php echo esc_html( $labels['title'] ); ?></strong> |
| 203 | <?php if ( !in_array( $name, array( 'core', 'members' ) ) ) : ?> |
| 204 | |
| 205 | <label for="<?php echo esc_attr( "bp_components[$name]" ); ?>" aria-label="<?php |
| 206 | /* translators: accessibility text */ |
| 207 | printf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?>"> |
| 208 | <span aria-hidden="true"></span> |
| 209 | <strong><?php echo esc_html( $labels['title'] ); ?></strong> |
| 210 | </label> |
| 211 | |
| 212 | <?php else: ?> |
| 213 | |
| 214 | <span aria-hidden="true"></span> |
| 215 | <strong><?php echo esc_html( $labels['title'] ); ?></strong> |
| 216 | |
| 217 | <?php endif; ?> |
210 | 218 | </td> |
211 | 219 | |
212 | 220 | <td class="column-description desc"> |
… |
… |
|
231 | 239 | |
232 | 240 | <tfoot> |
233 | 241 | <tr> |
234 | | <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 |
| 242 | <td class="manage-column column-cb check-column"><input id="cb-select-all-2" type="checkbox" <?php checked( empty( $inactive_components ) ); ?>> |
| 243 | <label class="screen-reader-text" for="cb-select-all-2"><?php |
235 | 244 | /* translators: accessibility text */ |
236 | | _e( 'Bulk selection is disabled', 'buddypress' ); |
| 245 | _e( 'Enable or disable all optional components in bulk', 'buddypress' ); |
237 | 246 | ?></label></td> |
238 | 247 | <th class="manage-column column-title column-primary"><?php _e( 'Component', 'buddypress' ); ?></th> |
239 | 248 | <th class="manage-column column-description"><?php _e( 'Description', 'buddypress' ); ?></th> |