From fedccc05abea383d51500bc6f34435060ba90a68 Mon Sep 17 00:00:00 2001 From: Prasath Nadarajah <n.prasath.002@gmail.com> Date: Fri, 3 Aug 2012 00:20:15 -0700 Subject: [PATCH] removing admin messages --- push-syndication-server/push-syndication-server.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php index 391f5c0..ef3cf9a 100644 --- a/push-syndication-server/push-syndication-server.php +++ b/push-syndication-server/push-syndication-server.php @@ -60,8 +60,6 @@ class Push_Syndication_Server { add_action( 'syn_delete_content', array(&$this, 'delete_content') ); add_action( 'syn_syndicate_options', array(&$this, 'syndicate_options') ); - add_action( 'admin_notices', array(&$this, 'display_siteoptions_admin_messages' ) ); - } public function init() { @@ -434,10 +432,6 @@ class Push_Syndication_Server { } - public function display_siteoptions_admin_messages() { - - } - /******* SYNCING OPTIONS *******/ public function schedule_syndicate_options_cron() { -- GitLab