Skip to content

Commit f09794b

Browse files
committed
Fixing bad merge
1 parent ef111c3 commit f09794b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

boldgrid-theme-framework/includes/class-boldgrid-framework.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ private function define_admin_hooks() {
354354
if ( ! $this->doing_cron ) {
355355
$this->loader->add_action( 'after_switch_theme', $boldgrid_framework_activate, 'do_activate' );
356356
$this->loader->add_action( 'after_switch_theme', $boldgrid_framework_activate, 'transfer_menus', 10, 2 );
357-
$this->loader->add_action( 'after_switch_theme', $boldgrid_framework_activate, 'disable_advanced_nav_options' );
358357
}
359358

360359
$this->loader->add_action( 'mce_external_plugins', $boldgrid_framework_editor, 'add_tinymce_plugin' );

src/includes/class-boldgrid-framework.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ private function define_admin_hooks() {
354354
if ( ! $this->doing_cron ) {
355355
$this->loader->add_action( 'after_switch_theme', $boldgrid_framework_activate, 'do_activate' );
356356
$this->loader->add_action( 'after_switch_theme', $boldgrid_framework_activate, 'transfer_menus', 10, 2 );
357-
$this->loader->add_action( 'after_switch_theme', $boldgrid_framework_activate, 'disable_advanced_nav_options' );
358357
}
359358

360359
$this->loader->add_action( 'mce_external_plugins', $boldgrid_framework_editor, 'add_tinymce_plugin' );

0 commit comments

Comments
 (0)