From 333e5505594430001d2f7270b653bff98e8c6d4c Mon Sep 17 00:00:00 2001 From: Prasath Nadarajah <n.prasath.002@gmail.com> Date: Mon, 20 Aug 2012 11:18:32 +0530 Subject: [PATCH] cleanup --- push-syndication.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/push-syndication.php b/push-syndication.php index 9e9b353..86484d9 100644 --- a/push-syndication.php +++ b/push-syndication.php @@ -15,11 +15,8 @@ License: GPLv2 or later require_once ( dirname( __FILE__ ) . '/includes/class-wp-push-syndication-server.php' ); require_once ( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' ); - if ( !defined( 'PUSH_SYNDICATION_ENVIRONMENT' ) ) define( 'PUSH_SYNDICATION_ENVIRONMENT', 'WP' ); $push_syndication_server_class = PUSH_SYNDICATION_ENVIRONMENT . '_Push_Syndication_Server'; $push_syndication_server = new $push_syndication_server_class(); - -?> -- GitLab