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.


git-svn-id: https://develop.svn.wordpress.org/trunk@34416 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 14:00:54 +00:00
parent 44c55211ce
commit df9d6e6bcc

View File

@ -1,17 +1,18 @@
<?php
/**
* Category API: Walker_Category class
* Taxonomy API: Walker_Category class
*
* @package WordPress
* @subpackage Template
* @since 4.4.0
*/
/**
* Create HTML list of categories.
* Core class used to create an HTML list of categories.
*
* @package WordPress
* @since 2.1.0
* @uses Walker
*
* @see Walker
*/
class Walker_Category extends Walker {
/**