rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -418,7 +418,7 @@ class Current_Page_Helper {
$current_page = \wp_unslash( $_GET['page'] );
return \strpos( $current_page, 'wpseo_' ) === 0;
}
return null;
return false;
}
/**
@@ -434,7 +434,7 @@ class Current_Page_Helper {
return \sanitize_text_field( \wp_unslash( $_GET['page'] ) );
}
return null;
return '';
}
/**