# 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.
|
|
|
1710 | 1710 | if ( bp_core_is_multisite() && is_site_admin( bp_core_get_username( $user_id ) ) ) |
1711 | 1711 | return false; |
1712 | 1712 | |
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 |
1715 | 1715 | require_once( ABSPATH . '/wp-admin/includes/mu.php' ); |
1716 | 1716 | require_once( ABSPATH . '/wp-admin/includes/user.php' ); |