diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 22bf12f80a..d205a38f31 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -121,7 +121,7 @@ wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false );

- +

https://wordpress.org/ — do not forget the https://' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index f3b0b14f4d..5d7b5b6f03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55750'; +$wp_version = '6.3-alpha-55751'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.