Admin: Ensure notices with the below-h2 class are not repositioned after [35238].

Keeps the `.below-h2` class for backwards compatibility with plugins that are (incorrectly) using it. Plugins should use `.inline` instead.

Props stephenharris.
Fixes #34570. See #34294.
Built from https://develop.svn.wordpress.org/trunk@35516


git-svn-id: http://core.svn.wordpress.org/trunk@35480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2015-11-04 21:27:26 +00:00
parent 973223ad5f
commit c443d45708
3 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35515';
$wp_version = '4.4-beta2-35516';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.