diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 664b32c7a4..59b8f121cd 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -166,6 +166,7 @@ $admin_body_class .= ' no-customize-support no-svg'; * * This filter differs from the {@see 'post_class'} and {@see 'body_class'} filters * in two important ways: + * * 1. `$classes` is a space-separated string of class names instead of an array. * 2. Not all core admin classes are filterable, notably: wp-admin, wp-core-ui, * and no-js cannot be removed. diff --git a/wp-includes/version.php b/wp-includes/version.php index 5d1c0639bf..024a7fe343 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30755'; +$wp_version = '4.1-beta2-30756'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.