diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 431795f731..b48770b783 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -1418,6 +1418,7 @@ final class _WP_Editors { * Print (output) the TinyMCE configuration and initialization scripts. * * @static + * @global string $tinymce_version */ public static function editor_js() { global $tinymce_version; diff --git a/wp-includes/version.php b/wp-includes/version.php index 3b4a4445bf..95665241c6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41039'; +$wp_version = '4.9-alpha-41040'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.