Changes between Initial Version and Version 1 of Ticket #39206
- Timestamp:
- 12/09/2016 04:39:14 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39206
-
Property
Status
changed from
new
toreviewing
-
Property
Summary
changed from
Replace current_user_can( 'manage_options' ) in wp-admin/network.php
toReplace `is_super_admin()` with `current_user_can( 'manage_options' )` in wp-admin/network.php
- Property Keywords has-patch needs-refresh added
-
Property
Milestone
changed from
Awaiting Review
to4.8
- Property Owner set to flixos90
-
Property
Type
changed from
defect (bug)
toenhancement
-
Property
Status
changed from
-
Ticket #39206 – Description
initial v1 1 This is part of the #37616 task. There are 2 is_super_admin() checks in wp-admin/network.php that should be replaced with current_user_can( 'manage_network' ).1 This is part of the #37616 task. There is 1 `is_super_admin()` check in wp-admin/network.php that should be replaced with `current_user_can( 'manage_options' )`.