Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 10, 2024
1 parent 5d57d57 commit 3e53236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public static function page() {
);

// If we're outside of Bluehost, add subpages to Bluehost menu
if ( false === ( isset( $_GET['page'] ) && strpos( filter_input( INPUT_GET, 'page', FILTER_UNSAFE_RAW ), 'bluehost' ) >= 0 ) ) { // phpcs:igno r e
if ( false === ( isset( $_GET['page'] ) && strpos( filter_input( INPUT_GET, 'page', FILTER_UNSAFE_RAW ), 'bluehost' ) >= 0 ) ) { // phpcs:igno r e
foreach ( self::subpages() as $route => $title ) {
\add_submenu_page(
'bluehost',
Expand Down

0 comments on commit 3e53236

Please sign in to comment.