From 69aeed3bdcea5c14db7cdc2853b114cea69f3ce2 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 7 Dec 2015 16:59:27 +0000 Subject: [PATCH] About: Sync tagline from about page with credits and freedoms. Merge of [35812] to the 4.4 branch. See #34663. Built from https://develop.svn.wordpress.org/branches/4.4@35814 git-svn-id: http://core.svn.wordpress.org/branches/4.4@35778 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 2 +- wp-admin/freedoms.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index b68f149394..61d0a5cfbb 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -20,7 +20,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 6a50e9c3c2..ce9f9e235d 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 7dce364497..4f04c21341 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35806'; +$wp_version = '4.4-RC1-35814'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.