From 4c1dd0abf26748b5be2626bf0ea1a102c8777ac8 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 26 Feb 2019 16:24:50 +0000 Subject: [PATCH] Help/About: Fix mismatched opening/closing tags. The 5.1 About page contains some invalid HTML markup. Props bulletdigital. Merges [44769] to the 5.1 branch. Fixes #46319. Built from https://develop.svn.wordpress.org/branches/5.1@44770 git-svn-id: http://core.svn.wordpress.org/branches/5.1@44602 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 d8c4056385..7d3f41541a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1.1-alpha-44766'; +$wp_version = '5.1.1-alpha-44770'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.