Use correct Settings URL

This commit is contained in:
Boro Sitnikovski 2018-06-05 13:16:58 +02:00
parent ab3c1b1ec3
commit d40391237f
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' ),
),
);