get_results( "SELECT * FROM $groups_table ORDER BY name" ) ) { $groups_select = sprintf( ''; } // group bulk actions added through extra_tablenav() $box = '
'; $box .= '
'; $box .= $groups_select; $box .= '
'; $box .= ''; $box .= sprintf( '', __( 'Apply', 'groups' ) ); $box .= '
'; $box = str_replace( '"', "'", $box ); $nonce = wp_nonce_field( 'user-group', 'bulk-user-group-nonce', true, false ); $nonce = str_replace( '"', "'", $nonce ); $box .= $nonce; $box .= ''; $output .= $box; $output .= Groups_UIE::render_select( '#user-groups' ); } echo $output; } ?>

[userlist list=1]