From f4328b27b6c90f9d82baa715a5389822fc03edb6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 22:01:24 +0000 Subject: [PATCH] Add an extra line before the hook doc for the `editor_stylesheets` filter begins. The parser really likes it when there's breathing room. See [32928]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33240 git-svn-id: http://core.svn.wordpress.org/trunk@33212 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index e142795709..f8cf1688ac 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1502,6 +1502,7 @@ function get_editor_stylesheets() { } } } + /** * Filter the array of stylesheets applied to the editor. * diff --git a/wp-includes/version.php b/wp-includes/version.php index a7769a9aab..fa0954a5d8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33239'; +$wp_version = '4.3-beta2-33240'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.