Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2011 08:58:56 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Rename new 'bp-users' component to 'bp-members' for consistency through-out project.
Core, Messages, and Friends Components now use the BP_Component class.
Split Friends and Messages components into smaller files.
Change references to 'profile' to 'xprofile' through-out project for consistency.
Introduce 'bp_actions' and 'bp_screens' standard hooks to replace the usage of 'wp' through-out project.
Move component loader sequence into bp-core-bootstrap.php,
Move old root_component action into 1.3 deprecated file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/settings/delete-account.php

    r3757 r3917  
    5858                    <input type="checkbox" name="delete-account-understand" id="delete-account-understand" value="1" onclick="if(this.checked) { document.getElementById('delete-account-button').disabled = ''; } else { document.getElementById('delete-account-button').disabled = 'disabled'; }" /> <?php _e( 'I understand the consequences of deleting my account.', 'buddypress' ); ?>
    5959
    60                     <?php do_action( 'bp_users_delete_account_before_submit' ); ?>
     60                    <?php do_action( 'bp_members_delete_account_before_submit' ); ?>
    6161
    6262                    <div class="submit">
     
    6464                    </div>
    6565
    66                     <?php do_action( 'bp_users_delete_account_after_submit' ); ?>
     66                    <?php do_action( 'bp_members_delete_account_after_submit' ); ?>
    6767
    6868                    <?php wp_nonce_field( 'delete-account' ); ?>
Note: See TracChangeset for help on using the changeset viewer.