Make WordPress Core


Ignore:
Timestamp:
02/27/2016 09:40:12 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove a duplicate parameter notation in the DocBlock for the deprecated the_editor() function.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r36569 r36748  
    25682568 * @param int    $tab_index     Optional. Unused.
    25692569 * @param bool   $extended      Optional. Unused.
    2570  * @param int $tab_index Optional, not used
    25712570 */
    25722571function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_index = 2, $extended = true) {
Note: See TracChangeset for help on using the changeset viewer.