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

1.8

parent fe7a0dae
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
private $plugin;
public function __construct( WPDesk_Plugin_1_7 $plugin ) {
public function __construct( WPDesk_Plugin_1_8 $plugin ) {
$this->plugin = $plugin;
$this->hooks();
}
......
......@@ -42,7 +42,7 @@
require_once( 'classes/wpdesk/class-plugin.php' );
class WPDesk_Plugin_Template_Plugin extends WPDesk_Plugin_1_7 {
class WPDesk_Plugin_Template_Plugin extends WPDesk_Plugin_1_8 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment