Skip to:
Content

BuddyPress.org

Ticket #7924: 7924.patch

File 7924.patch, 1.1 KB (added by mercime, 7 years ago)
  • src/bp-templates/bp-nouveau/buddypress/members/single/settings/delete-account.php

     
    1616
    1717<form action="<?php echo esc_url( bp_displayed_user_domain() . bp_get_settings_slug() . '/delete-account' ); ?>" name="account-delete-form" id="#account-delete-form" class="standard-form" method="post">
    1818
    19         <label id="delete-account-understand" class="warn" for="delete-account-understand">
    20                 <input class="disabled" type="checkbox" name="delete-account-understand" value="1" data-bp-disable-input="#delete-account-button" />
     19        <label class="warn" for="delete-account-understand">
     20                <input id="delete-account-understand" class="disabled" type="checkbox" name="delete-account-understand" value="1" data-bp-disable-input="#delete-account-button" />
    2121                <?php esc_html_e( 'I understand the consequences.', 'buddypress' ); ?>
    2222        </label>
    2323