Skip to:
Content

BuddyPress.org

Ticket #7541: 7541.3.patch

File 7541.3.patch, 1.0 KB (added by pavlo.opanasenko, 7 years ago)

Removed checkboxes from core components on bp-components page (mobile tested)

  • src/bp-core/admin/bp-core-admin-components.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    195195                                                                        /* translators: accessibility text */
    196196                                                                        printf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label>
    197197
    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 
    204198                                                        <?php endif; ?>
    205199
    206200                                                </th>