Changeset 5700 for trunk/wp-includes/class-IXR.php
- Timestamp:
- 06/14/2007 02:25:30 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-IXR.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-IXR.php
r3279 r5700 48 48 // If it is a normal PHP object convert it in to a struct 49 49 if (is_object($this->data)) { 50 50 51 51 $this->data = get_object_vars($this->data); 52 52 return 'struct';
Note: See TracChangeset
for help on using the changeset viewer.