Skip to content
Snippets Groups Projects
Commit 1452f3f0 authored by Prasath Nadarajah's avatar Prasath Nadarajah
Browse files

changing master post url

parent 2c057b9e
Branches
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements WP_Client {
// post meta
$args['custom_fields'] = array(
array(
'key' => 'masterpost_url',
'key' => '_masterpost_url',
'value' => $post['guid']
)
);
......@@ -102,7 +102,7 @@ class WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements WP_Client {
// post meta
$args['custom_fields'] = array(
array(
'key' => 'masterpost_url',
'key' => '_masterpost_url',
'value' => $post['guid']
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment