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.