Ticket #3053: 3053.patch
File 3053.patch, 764 bytes (added by , 14 years ago) |
---|
-
bp-core/admin/bp-core-admin.php
353 353 354 354 <td> 355 355 <label for="bp_components[<?php echo esc_attr( $name ); ?>]"> 356 <input type="checkbox" name="bp_components[<?php echo esc_attr( $name ); ?>]" value="1"<?php checked( isset( $active_components[esc_attr( $name )] ) ); ?> />356 <input type="checkbox" id="bp_components[<?php echo esc_attr( $name ); ?>]" name="bp_components[<?php echo esc_attr( $name ); ?>]" value="1"<?php checked( isset( $active_components[esc_attr( $name )] ) ); ?> /> 357 357 358 358 <?php echo esc_html( $labels['description'] ); ?> 359 359