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:
ryan 2008-01-29 22:54:18 +00:00
parent 19de78b638
commit 93e7ffb118
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)) {