Use var_export instead of printr. fixes #5732
git-svn-id: https://develop.svn.wordpress.org/trunk@6686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
70bd86e708
commit
d87d074a9d
@ -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
Block a user