Remove trailing whitespace introduced in [35351].
Props rachelbaker Unprops johnbillion Fixes #34512 Built from https://develop.svn.wordpress.org/trunk@35462 git-svn-id: http://core.svn.wordpress.org/trunk@35426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c69d749c75
commit
37c2054778
|
@ -255,7 +255,7 @@ function get_rest_url( $blog_id = null, $path = '/', $scheme = 'rest' ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( is_ssl() ) {
|
if ( is_ssl() ) {
|
||||||
// If the current host is the same as the REST URL host, force the REST URL scheme to HTTPS
|
// If the current host is the same as the REST URL host, force the REST URL scheme to HTTPS.
|
||||||
if ( $_SERVER['SERVER_NAME'] === parse_url( get_home_url( $blog_id ), PHP_URL_HOST ) ) {
|
if ( $_SERVER['SERVER_NAME'] === parse_url( get_home_url( $blog_id ), PHP_URL_HOST ) ) {
|
||||||
$url = set_url_scheme( $url, 'https' );
|
$url = set_url_scheme( $url, 'https' );
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-beta2-35461';
|
$wp_version = '4.4-beta2-35462';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue