Make WordPress Core


Ignore:
Timestamp:
03/15/2014 05:00:27 AM (11 years ago)
Author:
nacin
Message:

Allow query strings for servers in IXR_Client and WP_HTTP_IXR_Client.

props cfinke.
fixes #26947.

File:
1 edited

Legend:

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

    r26868 r27552  
    629629            if (!$this->path) {
    630630                $this->path = '/';
     631            }
     632
     633            if ( ! empty( $bits['query'] ) ) {
     634                $this->path .= '?' . $bits['query'];
    631635            }
    632636        } else {
Note: See TracChangeset for help on using the changeset viewer.