Make WordPress Core


Ignore:
Timestamp:
09/22/2015 02:02:32 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Clarify the file header for wp-includes/class-walker-category-dropdown.php, introduced in [34110].

Also clarifies the class DocBlock and tags for Walker_CategoryDropdown.

See #33413. See #33701.

File:
1 edited

Legend:

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

    r34110 r34417  
    11<?php
    22/**
    3  * Category API: Walker_CategoryDropdown class
     3 * Taxonomy API: Walker_CategoryDropdown class
    44 *
    55 * @package WordPress
    66 * @subpackage Template
     7 * @since 4.4.0
    78 */
    89
    910/**
    10  * Create HTML dropdown list of Categories.
     11 * Core class used to create an HTML dropdown list of Categories.
    1112 *
    12  * @package WordPress
    1313 * @since 2.1.0
    14  * @uses Walker
     14 *
     15 * @see Walker
    1516 */
    1617class Walker_CategoryDropdown extends Walker {
Note: See TracChangeset for help on using the changeset viewer.