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:
parent
906eb80953
commit
5c7aa3c5b8
|
@ -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 );
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue