From 815635548a84d35900de76c0c8b55606679164a4 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 2 Oct 2015 22:46:28 +0000 Subject: [PATCH] Switch the remaining user-facing links to wordpress.org over to HTTPS. Fixes #27115 Built from https://develop.svn.wordpress.org/trunk@34783 git-svn-id: http://core.svn.wordpress.org/trunk@34748 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 2 +- wp-admin/plugin-editor.php | 2 +- wp-admin/theme-editor.php | 2 +- wp-includes/general-template.php | 6 +++--- wp-includes/version.php | 2 +- xmlrpc.php | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 6fa1ba17f6..b8b7fdb4de 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1008,7 +1008,7 @@ function wp_dashboard_primary() { * * @param string $link The widget's primary link URL. */ - 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ), + 'link' => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ), /** * Filter the primary feed URL for the 'WordPress News' dashboard widget. diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 6c150e8670..d537d324be 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -254,7 +254,7 @@ foreach ( $plugin_files as $plugin_file ) : -
+
diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 3c28ff1028..352deee2ca 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -208,7 +208,7 @@ else : ?>
- +
diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index a5d89aa576..20e609cf23 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -3211,13 +3211,13 @@ function get_the_generator( $type = '' ) { $gen = ''; break; case 'atom': - $gen = 'WordPress'; + $gen = 'WordPress'; break; case 'rss2': - $gen = 'http://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . ''; + $gen = 'https://wordpress.org/?v=' . get_bloginfo_rss( 'version' ) . ''; break; case 'rdf': - $gen = ''; + $gen = ''; break; case 'comment': $gen = ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index 04907a32f6..00daa51007 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34782'; +$wp_version = '4.4-alpha-34783'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/xmlrpc.php b/xmlrpc.php index 6b46246985..b3cbc6d675 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -35,7 +35,7 @@ header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); WordPress - http://wordpress.org/ + https://wordpress.org/