From ca3d9bcd7cf1bd80977267d0f93bd96229077dae Mon Sep 17 00:00:00 2001
From: Mohammad Jangda <batmoo@gmail.com>
Date: Tue, 15 Oct 2013 05:42:47 +0000
Subject: [PATCH] Use a non-protected meta field for source URL

So that we actually syndicate it. Also give it a more descriptive name
(syn_source_url)

See #37
---
 includes/class-syndication-wp-xmlrpc-client.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/class-syndication-wp-xmlrpc-client.php b/includes/class-syndication-wp-xmlrpc-client.php
index b8dd678..465e84e 100644
--- a/includes/class-syndication-wp-xmlrpc-client.php
+++ b/includes/class-syndication-wp-xmlrpc-client.php
@@ -224,7 +224,7 @@ class Syndication_WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements Syndica
 		}
 
 		$custom_fields[] = array(
-			'key' => '_masterpost_url',
+			'key' => 'syn_source_url',
 			'value' => $post->guid,
 		);
 		return $custom_fields;
-- 
GitLab