IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 195 | 195 | /* translators: accessibility text */ |
| 196 | 196 | printf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label> |
| 197 | 197 | |
| 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 | 198 | <?php endif; ?> |
| 205 | 199 | |
| 206 | 200 | </th> |