Make WordPress Core


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

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

Also clarifies the class DocBlock and tags for Walker_Category.

See #33413. See #33701.

File:
1 edited

Legend:

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

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