Changeset 27552 for trunk/src/wp-includes/class-IXR.php
- Timestamp:
- 03/15/2014 05:00:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-IXR.php
r26868 r27552 629 629 if (!$this->path) { 630 630 $this->path = '/'; 631 } 632 633 if ( ! empty( $bits['query'] ) ) { 634 $this->path .= '?' . $bits['query']; 631 635 } 632 636 } else {
Note: See TracChangeset
for help on using the changeset viewer.