Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2011 12:03:25 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Move more user functions out of core component and into user component. Fixes to loaders. More code clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-users/bp-users-functions.php

    r3767 r3778  
    447447 * @uses get_site_option Checks if account deletion is allowed
    448448 */
    449 function bp_core_delete_account( $user_id = false ) {
     449function bp_core_delete_account( $user_id = 0 ) {
    450450    global $bp, $wp_version;
    451451
Note: See TracChangeset for help on using the changeset viewer.