Skip to content
Snippets Groups Projects
Commit bbe4601c authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

1.9

parent b8067c35
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ if ( ! class_exists( 'WPDesk_Plugin_1_9' ) ) { ...@@ -36,7 +36,7 @@ if ( ! class_exists( 'WPDesk_Plugin_1_9' ) ) {
public $default_settings_tab = 'general'; public $default_settings_tab = 'general';
public $setting_hooks = null; public $settings_hooks = null;
public $settings = null; public $settings = null;
public $options = null; public $options = null;
...@@ -149,7 +149,7 @@ if ( ! class_exists( 'WPDesk_Plugin_1_9' ) ) { ...@@ -149,7 +149,7 @@ if ( ! class_exists( 'WPDesk_Plugin_1_9' ) ) {
* @return null * @return null
*/ */
public function get_settings_hooks() { public function get_settings_hooks() {
return $this->setting_hooks; return $this->settings_hooks;
} }
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
if ( $this->plugin_is_active() ) { if ( $this->plugin_is_active() ) {
require_once 'classes/class-plugin-template-settings-hooks.php'; require_once 'classes/class-plugin-template-settings-hooks.php';
$this->setting_hooks = new WPDesk_Plugin_Template_Settings_Hooks( $this ); $this->settings_hooks = new WPDesk_Plugin_Template_Settings_Hooks( $this );
$this->init(); $this->init();
$this->hooks(); $this->hooks();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment