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/