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.