Skip to content

Commit

Permalink
chore: fix phplint
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-ungureanu committed Sep 5, 2023
1 parent b6175c9 commit d242a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public function enqueue() {
return;
}

if ( $this->neve_new_user === 'yes' && current_user_can( 'install_plugins') && strpos( $screen->id, '_page_neve-onboarding' ) ) {
if ( $this->neve_new_user === 'yes' && current_user_can( 'install_plugins' ) && strpos( $screen->id, '_page_neve-onboarding' ) ) {

wp_enqueue_media();

Expand Down

0 comments on commit d242a0b

Please sign in to comment.