Skip to content

Commit 79585e4

Browse files
grunt
1 parent d3bd721 commit 79585e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ function addScreenOptions() {
687687
$screen = get_current_screen();
688688

689689
// bail if it's some other page.
690-
if ( ! is_object( $screen ) || $screen->id != $this->_libraryPage ) {
690+
if ( ! is_object( $screen ) || $screen->id !== $this->_libraryPage ) {
691691
return;
692692
}
693693

0 commit comments

Comments
 (0)