From 7d149b678bcdbd56523377b34892a08865330488 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 3 Jul 2020 23:34:56 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@48289 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-link-form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/edit-link-form.php b/src/wp-admin/edit-link-form.php index ffa452e98f..994240ac44 100644 --- a/src/wp-admin/edit-link-form.php +++ b/src/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://' ); ?>