From 38dbcdb4deabf84d16897a85bdc8f050642b1196 Mon Sep 17 00:00:00 2001 From: Dreb Bits Date: Wed, 15 Aug 2018 16:14:56 +0800 Subject: [PATCH] Remove empty lines --- purechat.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/purechat.php b/purechat.php index 36f0b9f..b0f2e49 100644 --- a/purechat.php +++ b/purechat.php @@ -27,8 +27,6 @@ public static function deactivate() { Pure_Chat_Plugin::clear_cache(); } - - function __construct() { add_action('wp_footer', array( $this, 'pure_chat_load_snippet') ); add_action('admin_menu', array( $this, 'pure_chat_menu' ) );