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.

Built from https://develop.svn.wordpress.org/trunk@34416


git-svn-id: http://core.svn.wordpress.org/trunk@34380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 14:01:25 +00:00
parent 2828e6cc06
commit f6b1952e9a
2 changed files with 6 additions and 5 deletions

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 {
/**

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34415';
$wp_version = '4.4-alpha-34416';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.