Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/24/2011 06:57:51 PM (14 years ago)
Author:
boonebgorges
Message:

Introduces bp_x_option() wrapper functions, along with bp_get_option_blog_id() to allow for fully filterable option storage. Refactors internal option storage to use new API functions. Fixes bp-pages for BP_ENABLE_MULTIBLOG. Fixes #3261

File:
1 edited

Legend:

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

    r4558 r4559  
    528528 * @uses wpmu_delete_user() Deletes a user from the system on multisite installs.
    529529 * @uses wp_delete_user() Deletes a user from the system on singlesite installs.
    530  * @uses get_site_option Checks if account deletion is allowed
    531530 */
    532531function bp_core_delete_account( $user_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.