Editor: Correct the docblock for the wp_default_editor filter.

Props dimadin
See #38327

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


git-svn-id: http://core.svn.wordpress.org/trunk@39079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-11-04 17:17:56 +00:00
parent 8ec767c21f
commit fa5b5199e8
2 changed files with 2 additions and 3 deletions

View File

@ -3018,8 +3018,7 @@ function wp_default_editor() {
*
* @since 2.5.0
*
* @param string $r string Which editor should be displayed by default. Either 'tinymce',
* 'html', or 'test'
* @param string $r 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-39138';
$wp_version = '4.7-beta1-39139';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.