Merge pull request woocommerce/woocommerce-beta-tester#27 from woocommerce/tweak/settings-url

Use correct Settings URL
This commit is contained in:
Gerhard Potgieter 2018-06-05 13:25:42 +02:00 committed by GitHub
commit fb311efe08
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class WC_Beta_Tester_Admin_Menus {
'parent' => 'wc-beta-tester',
'id' => 'update-channel',
'title' => __( 'Update channel settings', 'woocommerce-beta-tester' ),
'href' => admin_url( 'plugins.php' ),
'href' => admin_url( 'plugins.php?page=wc-beta-tester' ),
),
);