From 82270170423d4ab787400ed2731598dcbae9d8e9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 22:00:13 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@33240 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index e142795709..f8cf1688ac 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -1502,6 +1502,7 @@ function get_editor_stylesheets() { } } } + /** * Filter the array of stylesheets applied to the editor. *