diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index 1a688ac91f7a3cf712076b2a3980e14749af0824..774cf5e051e3e4b3ba23c859953bbdff45acbc20 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');