s/logio/logIO/. Remove logio calls from the one function in functions-post.php that uses it. functions-post.php is not used by xmlrpc.php exclusively.

git-svn-id: https://develop.svn.wordpress.org/trunk@1920 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2004-12-08 02:35:53 +00:00
parent bec4de9e54
commit 7a8b254be0
2 changed files with 1 additions and 11 deletions

View File

@@ -519,7 +519,7 @@ class wp_xmlrpc_server extends IXR_Server {
}
$catnames = $content_struct['categories'];
logio('O', 'Post cats: ' . printr($catnames,true));
logIO('O', 'Post cats: ' . printr($catnames,true));
$post_category = array();
if ($catnames) {