diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 3f639112d1..0743a840fe 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -745,6 +745,8 @@ final class _WP_Editors { /** * * @static + * + * @param bool $default_scripts Optional. Whether default scripts should be enqueued. Default false. */ public static function enqueue_scripts( $default_scripts = false ) { if ( $default_scripts || self::$has_tinymce ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index a723fef972..477b22cb25 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta2-41916'; +$wp_version = '4.9-beta2-41917'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.