From e37950c0dca8a713290d9a7693f13b8d5725028f Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 26 Feb 2019 15:39:55 +0000 Subject: [PATCH] Help/About: Fix mismatched opening/closing tags. The 5.1 About page contains some invalid HTML markup. Props bulletdigital. Fixes #46319. Built from https://develop.svn.wordpress.org/trunk@44769 git-svn-id: http://core.svn.wordpress.org/trunk@44601 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 876521e38d..e8231ac826 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

@@ -68,7 +68,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 55be07177c..ab3c1e6d21 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44768'; +$wp_version = '5.2-alpha-44769'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.