Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40265, comment 1


Ignore:
Timestamp:
03/25/2017 07:35:22 PM (7 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40265, comment 1

    initial v1  
    33* Adds an `All Network Users` filter to the Users screen when editing a site from network admin, and when viewing the Users screen on an individual site on Multisite.
    44* Allows a network administrator to bulk add users to a site by checking their checkboxes and choosing a role from the `Change role to...` dropdown.
    5 * Potentially breaks on single site installations. Needs some testing.
     5* ~~Potentially breaks on single site installations. Needs some testing.~~
    66
    77In addition, there is a bug which causes the main site's role to be displayed next to a user when viewing the All Network Users filter from the site editing screen. This is probably related to the combination of `switch_to_blog()` and `wp_roles()` which doesn't appear to be working as expected.