Docs: Remove a duplicate parameter notation in the DocBlock for the deprecated `the_editor()` function.
See #32246. Built from https://develop.svn.wordpress.org/trunk@36748 git-svn-id: http://core.svn.wordpress.org/trunk@36715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
32ac4bf58a
commit
b64819d3a0
|
@ -2567,7 +2567,6 @@ function wp_timezone_supported() {
|
||||||
* @param bool $media_buttons Optional. Whether to display media buttons. Default true.
|
* @param bool $media_buttons Optional. Whether to display media buttons. Default true.
|
||||||
* @param int $tab_index Optional. Unused.
|
* @param int $tab_index Optional. Unused.
|
||||||
* @param bool $extended Optional. Unused.
|
* @param bool $extended Optional. Unused.
|
||||||
* @param int $tab_index Optional, not used
|
|
||||||
*/
|
*/
|
||||||
function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2, $extended = true) {
|
function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2, $extended = true) {
|
||||||
_deprecated_function( __FUNCTION__, '3.3', 'wp_editor()' );
|
_deprecated_function( __FUNCTION__, '3.3', 'wp_editor()' );
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-beta1-36747';
|
$wp_version = '4.5-beta1-36748';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue