From bfcd57d327a0654777c3a42c39de313fcae55795 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 7 May 2019 20:00:54 +0000 Subject: [PATCH] Help/About: Update the 5.2 tagline on Freedoms and Credits. Props ocean90. See #46901. Built from https://develop.svn.wordpress.org/trunk@45292 git-svn-id: http://core.svn.wordpress.org/trunk@45101 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 e9bd916fa8..053544bccd 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 fb99a8732a..64417086b9 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -30,7 +30,7 @@ if ( $is_privacy_notice ) {

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 45bd116c6c..9da70b31ec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45289'; +$wp_version = '5.3-alpha-45292'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.