From b99feb8748b8b3f375d326f837adf617af68287d Mon Sep 17 00:00:00 2001
From: Mohammad Jangda <batmoo@gmail.com>
Date: Thu, 25 Apr 2013 03:45:11 +0000
Subject: [PATCH] Make syn_site posts exportable

---
 includes/class-wp-push-syndication-server.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/class-wp-push-syndication-server.php b/includes/class-wp-push-syndication-server.php
index 044d876..36252a1 100644
--- a/includes/class-wp-push-syndication-server.php
+++ b/includes/class-wp-push-syndication-server.php
@@ -93,7 +93,7 @@ class WP_Push_Syndication_Server {
 			'query_var'             => false,
 			'rewrite'               => false,
 			'supports'              => array( 'title' ),
-			'can_export'            => false,
+			'can_export'            => true,
 			'register_meta_box_cb'  => array( $this, 'site_metaboxes' ),
 			'capabilities'          => $post_type_capabilities,
 		));
-- 
GitLab