Make WordPress Core

Changeset 35926


Ignore:
Timestamp:
12/14/2015 05:46:27 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Document the $id parameter for Walker_CategoryDropdown::start_el(), which is implemented by Walker but unused in the subclass method.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-walker-category-dropdown.php

    r34417 r35926  
    4242     * @param array  $args     Uses 'selected', 'show_count', and 'value_field' keys, if they exist.
    4343     *                         See {@see wp_dropdown_categories()}.
     44     * @param int    $id       Optional. ID of the current category. Default 0 (unused).
    4445     */
    4546    public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.