Use var_export instead of printr. fixes #5732
git-svn-id: http://svn.automattic.com/wordpress/trunk@6686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
19de78b638
commit
93e7ffb118
|
@ -1306,7 +1306,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
|||
}
|
||||
|
||||
$catnames = $content_struct['categories'];
|
||||
logIO('O', 'Post cats: ' . printr($catnames,true));
|
||||
logIO('O', 'Post cats: ' . var_export($catnames,true));
|
||||
$post_category = array();
|
||||
|
||||
if (is_array($catnames)) {
|
||||
|
|
Loading…
Reference in New Issue