From aeaea96bed1aeeb9186a462a52314117c8224eaa Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 18 Nov 2015 17:07:37 +0000 Subject: [PATCH] Correct the parameter type for the `$stylesheet` parameter in the `mce_css` filter documentation. Fixes #34721 Props hnle Built from https://develop.svn.wordpress.org/trunk@35660 git-svn-id: http://core.svn.wordpress.org/trunk@35624 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.