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
This commit is contained in:
desrosj 2019-02-26 15:39:55 +00:00
parent 67e811c15e
commit e37950c0dc
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<div class="feature-section one-col is-wide wp-clearfix">
<div class="col">
<h3><?php _e( 'Site Health' ); ?></h2>
<h3><?php _e( 'Site Health' ); ?></h3>
<div class="inline-svg alignright">
<img src="https://s.w.org/images/core/5.1/site-health.svg" alt="">
</div>
@ -68,7 +68,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<div class="feature-section one-col is-wide wp-clearfix">
<div class="col">
<h3><?php _e( 'Editor Performance' ); ?></h2>
<h3><?php _e( 'Editor Performance' ); ?></h3>
<div class="inline-svg alignright">
<img src="https://s.w.org/images/core/5.1/editor-performance.svg" alt="">
</div>

View File

@ -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.