diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 50e3b948ec..a6504d4ea9 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -572,7 +572,7 @@ final class _WP_Editors { * * @since 2.1.0 * - * @param array $stylesheets Comma-delimited list of stylesheets. + * @param string $stylesheets Comma-delimited list of stylesheets. */ $mce_css = trim( apply_filters( 'mce_css', implode( ',', $mce_css ) ), ' ,' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 2696c569f1..b65919daf7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta4-35659'; +$wp_version = '4.4-beta4-35660'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.