Ticket #7924: 7924.patch
File 7924.patch, 1.1 KB (added by , 7 years ago) |
---|
-
src/bp-templates/bp-nouveau/buddypress/members/single/settings/delete-account.php
16 16 17 17 <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"> 18 18 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" /> 21 21 <?php esc_html_e( 'I understand the consequences.', 'buddypress' ); ?> 22 22 </label> 23 23