Administration: Use HTTPS for `dashboard_primary_feed` URL.

`dashboard_secondary_feed` is already using HTTPS since [29787].

Props iandunn.
Fixes #40416.
Built from https://develop.svn.wordpress.org/trunk@42731


git-svn-id: http://core.svn.wordpress.org/trunk@42561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-02-24 09:30:33 +00:00
parent cf49eacd62
commit fc5617e7fe
2 changed files with 2 additions and 2 deletions

View File

@ -1330,7 +1330,7 @@ function wp_dashboard_primary() {
*
* @param string $url The widget's primary feed URL.
*/
'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ),
'url' => apply_filters( 'dashboard_primary_feed', __( 'https://wordpress.org/news/feed/' ) ),
/**
* Filters the primary link title for the 'WordPress News' dashboard widget.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42730';
$wp_version = '5.0-alpha-42731';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.