From ba5dfdf91a3ff786c618c43ce340e93f1b06efba Mon Sep 17 00:00:00 2001
From: Prasath Nadarajah <n.prasath.002@gmail.com>
Date: Fri, 3 Aug 2012 05:28:02 -0700
Subject: [PATCH] Added scheduling cron

---
 push-syndication-server/push-syndication-server.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index 0671635..8ac7a37 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -465,15 +465,11 @@ class Push_Syndication_Server {
 			$sites = array_merge( $sites, $this->get_sites_by_sitegroup( $selected_sitegroup ) );
 		}
 
-		$this->syndicate_options( $sites );
-
-		/*
 		wp_schedule_single_event(
 			time() - 1,
 			'syn_syndicate_options',
 			array( $sites )
 		);
-		*/
 
 	}
 
-- 
GitLab