Merge pull request woocommerce/woocommerce-admin#2320 from woocommerce/fix/2314
allow additional parameters in the page query string
This commit is contained in:
commit
eaa0088fd4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue