Ticket #8012: bp-groups-admin.php.patch
File bp-groups-admin.php.patch, 607 bytes (added by , 5 years ago) |
---|
-
src/bp-groups/bp-groups-admin.php
861 861 * @param BP_Groups_Group $item The BP_Groups_Group object for the current group. 862 862 */ 863 863 function bp_groups_admin_edit_metabox_add_new_members( $item ) { 864 if ( wp_is_large_network( 'users' ) ) {864 if ( is_multisite() && wp_is_large_network( 'users' ) ) { 865 865 $class = ''; 866 866 $notice = __( 'Enter a comma-separated list of user logins.', 'buddypress' ); 867 867 } else {