We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf94cc7 commit cc21383Copy full SHA for cc21383
rt-plugin-report.php
@@ -70,7 +70,7 @@ public function register_settings_page() {
70
add_plugins_page(
71
esc_html_x( 'Plugin Report', 'Page and menu title', 'plugin-report' ),
72
73
- 'manage_options',
+ is_multisite() ? 'manage_sites' : 'manage_options',
74
'plugin_report',
75
array( $this, 'settings_page' )
76
);
0 commit comments