Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (19 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-IXR.php

    r3279 r5700  
    4848        // If it is a normal PHP object convert it in to a struct
    4949        if (is_object($this->data)) {
    50            
     50
    5151            $this->data = get_object_vars($this->data);
    5252            return 'struct';
Note: See TracChangeset for help on using the changeset viewer.