Skip to content

Commit b9339fb

Browse files
fix cs
1 parent 510cebf commit b9339fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/admin/class-admin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ public function notices()
130130
global $pagenow,
131131
$current_screen;
132132

133-
if (( $pagenow === 'plugins.php' || ( $current_screen && $current_screen->post_type === 'boxzilla-box' ) )
133+
if (
134+
( $pagenow === 'plugins.php' || ( $current_screen && $current_screen->post_type === 'boxzilla-box' ) )
134135
&& current_user_can('install_plugins')
135136
&& is_plugin_active('scroll-triggered-boxes/index.php')
136137
) {

0 commit comments

Comments
 (0)