allow additional parameters in the page query string
This commit is contained in:
parent
cda83b4509
commit
d0cee1e37b
|
@ -116,7 +116,7 @@ class WC_Admin_Page_Controller {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
$page_path === $current_path &&
|
$page_path === $current_path &&
|
||||||
$page_query === $current_query &&
|
0 === strpos( $current_query, $page_query ) &&
|
||||||
$page_fragment === $current_fragment
|
$page_fragment === $current_fragment
|
||||||
) {
|
) {
|
||||||
$this->current_page = $page;
|
$this->current_page = $page;
|
||||||
|
|
Loading…
Reference in New Issue