We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510cebf commit b9339fbCopy full SHA for b9339fb
1 file changed
src/admin/class-admin.php
@@ -130,7 +130,8 @@ public function notices()
130
global $pagenow,
131
$current_screen;
132
133
- if (( $pagenow === 'plugins.php' || ( $current_screen && $current_screen->post_type === 'boxzilla-box' ) )
+ if (
134
+ ( $pagenow === 'plugins.php' || ( $current_screen && $current_screen->post_type === 'boxzilla-box' ) )
135
&& current_user_can('install_plugins')
136
&& is_plugin_active('scroll-triggered-boxes/index.php')
137
) {
0 commit comments