Make WordPress Core

Changeset 6686 for trunk/xmlrpc.php


Ignore:
Timestamp:
01/29/2008 10:54:18 PM (18 years ago)
Author:
ryan
Message:

Use var_export instead of printr. fixes #5732

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r6642 r6686  
    13071307
    13081308        $catnames = $content_struct['categories'];
    1309         logIO('O', 'Post cats: ' . printr($catnames,true));
     1309        logIO('O', 'Post cats: ' . var_export($catnames,true));
    13101310        $post_category = array();
    13111311       
Note: See TracChangeset for help on using the changeset viewer.