From 43cbe21a3e57919eb5d10cfa0f359de75aef8ad2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 4 Jul 2020 09:33:01 +0000 Subject: [PATCH] Administration: Use HTTPS for XHTML Friends Network URL. Props raajtram, jrf, passoniate, bookdude13, sabernhardt, audrasjb. Fixes #48002. Built from https://develop.svn.wordpress.org/trunk@48292 git-svn-id: http://core.svn.wordpress.org/trunk@48061 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-link-form.php | 2 +- .../class-wp-theme-install-list-table.php | 2 +- wp-admin/includes/meta-boxes.php | 72 +++++++++---------- wp-includes/version.php | 2 +- 4 files changed, 39 insertions(+), 39 deletions(-) diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 994240ac44..261d891e9d 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -67,7 +67,7 @@ get_current_screen()->add_help_tab( 'content' => '

' . __( 'You can add or edit links on this screen by entering information in each of the boxes. Only the link’s web address and name (the text you want to display on your site as the link) are required fields.' ) . '

' . '

' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don’t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.' ) . '

' . - '

' . __( 'XFN stands for XHTML Friends Network, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '

', + '

' . __( 'XFN stands for XHTML Friends Network, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '

', ) ); diff --git a/wp-admin/includes/class-wp-theme-install-list-table.php b/wp-admin/includes/class-wp-theme-install-list-table.php index e5e0ee4ebe..98eb212b26 100644 --- a/wp-admin/includes/class-wp-theme-install-list-table.php +++ b/wp-admin/includes/class-wp-theme-install-list-table.php @@ -250,7 +250,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table { * @type string $slug Theme slug, e.g. 'twentytwenty'. * @type string $version Theme version, e.g. '1.1'. * @type string $author Theme author username, e.g. 'melchoyce'. - * @type string $preview_url Preview URL, e.g. 'http://2020.wordpress.net/'. + * @type string $preview_url Preview URL, e.g. 'https://2020.wordpress.net/'. * @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentytwenty/'. * @type float $rating Rating score. * @type int $num_ratings The number of ratings. diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index b937e7e5f4..504d950f53 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -1228,110 +1228,110 @@ function link_xfn_meta_box( $link ) { ?> - + - - + - - + - - + - - + - - + - - + - - + -

XFN.' ); ?>

+

XFN.' ); ?>