Editor: Correct the description of the parameter passed to the `wp_default_editor` filter.

Props goto10
Fixes #38327

Built from https://develop.svn.wordpress.org/trunk@39074


git-svn-id: http://core.svn.wordpress.org/trunk@39016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-11-01 19:56:30 +00:00
parent 906eb80953
commit 5c7aa3c5b8
2 changed files with 3 additions and 2 deletions

View File

@ -3018,7 +3018,8 @@ function wp_default_editor() {
*
* @since 2.5.0
*
* @param array $r An array of editors. Accepts 'tinymce', 'html', 'test'.
* @param string $r string Which editor should be displayed by default. Either 'tinymce',
* 'html', or 'test'
*/
return apply_filters( 'wp_default_editor', $r );
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta1-39073';
$wp_version = '4.7-beta1-39074';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.