From 6595b1b080b9bd73e1516f71cb3a2463207ade82 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 9 Oct 2015 03:50:24 +0000 Subject: [PATCH] My Sites: Make "Create a New Site" link consistent with other "Add New" links. Props JeffMatson. Fixes #34179. Built from https://develop.svn.wordpress.org/trunk@34979 git-svn-id: http://core.svn.wordpress.org/trunk@34944 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ms.php | 11 ----------- wp-admin/my-sites.php | 11 ++++++++++- wp-includes/version.php | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 2907d24735..f0daf5692e 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -828,17 +828,6 @@ function choose_primary_blog() { ?> - - - - - - - -
-

+

%s', esc_url( $sign_up_url ), esc_html_x( 'Add New', 'site' ) ); +} +?>

+ '; diff --git a/wp-includes/version.php b/wp-includes/version.php index 76c84f509c..336c80b9e7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34978'; +$wp_version = '4.4-alpha-34979'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.