Skip to content

Commit

Permalink
Fix import page slug (copy/paste fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed May 24, 2024
1 parent ee16ba1 commit 27f8d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-nav-menu-roles-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Nav_Menu_Roles_Import extends WP_Importer {
* @return void
*/
public function __construct() {
$this->import_page = 'woocommerce_tax_rate_csv';
$this->import_page = 'nav_menu_items';
}

/**
Expand Down

0 comments on commit 27f8d31

Please sign in to comment.