Credits: Add a missing closing tag.

Props ramiy for initial patch.
Fixes #35911.
Built from https://develop.svn.wordpress.org/trunk@37434


git-svn-id: http://core.svn.wordpress.org/trunk@37400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-05-14 18:58:31 +00:00
parent 52d30beb3c
commit 944a69df87
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ if ( ! $credits ) {
__( 'https://make.wordpress.org/' ) __( 'https://make.wordpress.org/' )
); );
echo '</p>'; echo '</p>';
echo '</div>';
include( ABSPATH . 'wp-admin/admin-footer.php' ); include( ABSPATH . 'wp-admin/admin-footer.php' );
exit; exit;
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.6-alpha-37433'; $wp_version = '4.6-alpha-37434';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.