diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index ffa452e98f..994240ac44 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -122,7 +122,7 @@ wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false );

-

http://wordpress.org/ — don’t forget the http://' ); ?>

+

https://wordpress.org/ — don’t forget the https://' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index a64ff3b090..f66739097a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48288'; +$wp_version = '5.5-alpha-48289'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.