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:
Ryan Boren 2008-01-29 22:54:18 +00:00
parent 70bd86e708
commit d87d074a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {