From 07bce8970af7f6f8e4e53d4b3d9eba753578a7a4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 3 Jul 2020 23:36:03 +0000 Subject: [PATCH] General: Use HTTPS for the Web Address field example on Edit Link screen. Props raajtram, jrf, passoniate, bookdude13, sabernhardt, audrasjb. See #48002. Built from https://develop.svn.wordpress.org/trunk@48289 git-svn-id: http://core.svn.wordpress.org/trunk@48058 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-link-form.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.