From c51647b0b20d30661857bcfd17017645cb85dfc9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 27 Feb 2016 21:40:12 +0000 Subject: [PATCH] Docs: Remove a duplicate parameter notation in the DocBlock for the deprecated `the_editor()` function. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36748 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/deprecated.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/deprecated.php b/src/wp-includes/deprecated.php index 4729b062d7..4bcfa15287 100644 --- a/src/wp-includes/deprecated.php +++ b/src/wp-includes/deprecated.php @@ -2567,7 +2567,6 @@ function wp_timezone_supported() { * @param bool $media_buttons Optional. Whether to display media buttons. Default true. * @param int $tab_index 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) { _deprecated_function( __FUNCTION__, '3.3', 'wp_editor()' );