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

recording post thumbnail ids in an array

parent 25ad1173
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ class WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements WP_Client { ...@@ -152,7 +152,7 @@ class WP_XMLRPC_Client extends WP_HTTP_IXR_Client implements WP_Client {
} }
if( $this->insert_post_thumbnail( $post_thumbnail_id ) ) { if( $this->insert_post_thumbnail( $post_thumbnail_id ) ) {
$this->ext_thumbnail_ids[ $this->site_ID ] = $this->get_response(); $this->ext_thumbnail_ids[ $this->site_ID ][ $post_thumbnail_id ] = $this->get_response();
return $this->get_response(); return $this->get_response();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment