Changeset 2673 for branches/1.5
- Timestamp:
- 06/29/05 16:37:37 (4 years ago)
- Files:
-
- branches/1.5/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/xmlrpc.php
r2670 r2673 134 134 if (is_array($v)) { 135 135 $this->escape($array[$k]); 136 } else if (is_object($v)) { 137 //skip 136 138 } else { 137 139 $array[$k] = $wpdb->escape($v);
