Move the (recently added) .notice admin notices below the first H2, same as the .updated and .error notices. Props sippis, fixes #30885.

Built from https://develop.svn.wordpress.org/trunk@31023


git-svn-id: http://core.svn.wordpress.org/trunk@31004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-01-02 18:52:23 +00:00
parent fe0bf57deb
commit e0189c3686
3 changed files with 7 additions and 6 deletions

View File

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