From a9e62f674bfb4c693f719fbf9acbadccbac1f7d9 Mon Sep 17 00:00:00 2001
From: Prasath Nadarajah <n.prasath.002@gmail.com>
Date: Thu, 2 Aug 2012 12:48:54 -0700
Subject: [PATCH] function to display siteoptions admin messages

---
 push-syndication-server/push-syndication-server.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index 1a688ac..774cf5e 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -473,13 +473,17 @@ class Push_Syndication_Server {
 			$result = $client->set_options( $selected_siteoptions, $site->ID );
 			if( !$result ) {
 				$error_sites[] = array(
-					
+
 				);
 			}
 		}
 
 	}
 
+	public function display_siteoptions_admin_message( $error_sites ) {
+
+	}
+
 	/*******   SITE METABOXES   *********/
     public function site_metaboxes() {
         add_meta_box('sitediv', __(' Site Settings '), array( &$this, 'add_site_settings_metabox' ), 'syn_site', 'normal', 'high');
-- 
GitLab