From bb27a3c53ad165517e278f7c6655d79cfbb0a496 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 6 Dec 2014 23:21:24 +0000 Subject: [PATCH] Add a blank line preceding a Markdown-formatted ordered list in the DocBlock for the `admin_body_class` filter. Props kpdesign. See #30558. Built from https://develop.svn.wordpress.org/trunk@30756 git-svn-id: http://core.svn.wordpress.org/trunk@30746 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.