diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index c47995d2aa..d7a4a6f1f4 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -971,7 +971,7 @@ class WP_Http { if ( ! empty( $relative_url_parts['path'] ) && '/' == $relative_url_parts['path'][0] ) { $path = $relative_url_parts['path']; - // Else it's a relative path. + // Else it's a relative path. } elseif ( ! empty( $relative_url_parts['path'] ) ) { // Strip off any file components from the absolute path. $path = substr( $path, 0, strrpos( $path, '/' ) + 1 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f5940fb3d..e957833c52 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46691'; +$wp_version = '5.4-alpha-46692'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.