allow additional parameters in the page query string

This commit is contained in:
Ron Rennick 2019-05-28 05:20:54 -03:00
parent cda83b4509
commit d0cee1e37b
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class WC_Admin_Page_Controller {
if (
$page_path === $current_path &&
$page_query === $current_query &&
0 === strpos( $current_query, $page_query ) &&
$page_fragment === $current_fragment
) {
$this->current_page = $page;