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
This commit is contained in:
Drew Jaynes 2015-07-13 22:01:24 +00:00
parent 08ad571942
commit f4328b27b6
2 changed files with 2 additions and 1 deletions

View File

@ -1502,6 +1502,7 @@ function get_editor_stylesheets() {
}
}
}
/**
* Filter the array of stylesheets applied to the editor.
*

View File

@ -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.