Skip to content
Snippets Groups Projects
Commit ca3d9bcd authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

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
parent b3c07305
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment