mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Editor: Correct the docblock for the wp_default_editor filter.
Props dimadin See #38327 git-svn-id: https://develop.svn.wordpress.org/trunk@39139 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user