diff --git a/wp-includes/version.php b/wp-includes/version.php index 9c7020e1fe..de0426862d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55900'; +$wp_version = '6.3-alpha-55901'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/xmlrpc.php b/xmlrpc.php index 3f35815525..55800daaf4 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -6,7 +6,7 @@ */ /** - * Whether this is an XML-RPC Request + * Whether this is an XML-RPC Request. * * @var bool */ @@ -30,7 +30,7 @@ if ( isset( $HTTP_RAW_POST_DATA ) ) { /** Include the bootstrap for setting up WordPress environment */ require_once __DIR__ . '/wp-load.php'; -if ( isset( $_GET['rsd'] ) ) { // http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html +if ( isset( $_GET['rsd'] ) ) { // https://cyber.harvard.edu/blogs/gems/tech/rsd.html header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true ); echo ''; ?> @@ -46,9 +46,9 @@ if ( isset( $_GET['rsd'] ) ) { // http://cyber.law.harvard.edu/blogs/gems/tech/r