Skip to:
Content

BuddyPress.org

Ticket #2272: 2272.diff

File 2272.diff, 856 bytes (added by francescolaffi, 15 years ago)
  • bp-core.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: /Users/Francesco/NetBeansProjects/bp-branch-1.2/1.2
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    17101710        if ( bp_core_is_multisite() && is_site_admin( bp_core_get_username( $user_id ) ) )
    17111711                return false;
    17121712
    1713         if ( bp_core_is_multisite() && function_exists('wpmu_delete_user') ) {
    1714  No newline at end of file
     1713        if ( bp_core_is_multisite() ) {
     1714 No newline at end of file
    17151715                require_once( ABSPATH . '/wp-admin/includes/mu.php' );
    17161716                require_once( ABSPATH . '/wp-admin/includes/user.php' );