From ef223adbdb97095daeea739fa0182a0fc0b0827f Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 7 Dec 2015 16:17:27 +0000 Subject: [PATCH] About: Sync tagline from about page with credits and freedoms. See #34663. Built from https://develop.svn.wordpress.org/trunk@35812 git-svn-id: http://core.svn.wordpress.org/trunk@35776 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 699dce8a22..e1f7a3f065 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35811'; +$wp_version = '4.5-alpha-35812'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.