Use correct closing tag for "Under the Hood" header on About screen.
props tyxla. fixes #31402. git-svn-id: https://develop.svn.wordpress.org/trunk@31503 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
40bd738983
commit
5006390b0d
|
@ -126,7 +126,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="changelog feature-list">
|
<div class="changelog feature-list">
|
||||||
<h2><?php _e( 'Under the Hood' ); ?></h3>
|
<h2><?php _e( 'Under the Hood' ); ?></h2>
|
||||||
|
|
||||||
<div class="feature-section col two-col">
|
<div class="feature-section col two-col">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue