Changeset 12304 for branches/4.0/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 12/03/2018 08:53:09 PM (6 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/bp-groups/bp-groups-admin.php
r12241 r12304 862 862 */ 863 863 function bp_groups_admin_edit_metabox_add_new_members( $item ) { 864 if ( wp_is_large_network( 'users') ) {864 if ( bp_is_large_install() ) { 865 865 $class = ''; 866 866 $notice = __( 'Enter a comma-separated list of user logins.', 'buddypress' ); … … 1253 1253 1254 1254 // Bail if user user shouldn't be here, or is a large network. 1255 if ( ! bp_current_user_can( 'bp_moderate' ) || ( is_multisite() && wp_is_large_network( 'users' )) ) {1255 if ( ! bp_current_user_can( 'bp_moderate' ) || bp_is_large_install() ) { 1256 1256 wp_die( -1 ); 1257 1257 }
Note: See TracChangeset
for help on using the changeset viewer.