-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add multisite support for admin page #94
Conversation
'settings.php', | ||
__( 'Plugin Check', 'plugin-check' ), | ||
__( 'Plugin Check', 'plugin-check' ), | ||
'activate_plugins', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'activate_plugins', | |
'manage_network_plugins', |
$hook = add_management_page( | ||
__( 'Plugin Check', 'plugin-check' ), | ||
__( 'Plugin Check', 'plugin-check' ), | ||
'activate_plugins', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'activate_plugins', | |
'manage_network_plugins', |
I would look into this line as well |
I would consider adding a property to the class to stop repeated code. See spacedmonkey@f4d2244 |
Closing this one for now as it's stale and has conflicts. It can be reopened / forked when the issue gets picked up again. |
Adds multisite support for admin page
Closes #64