mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
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:
parent
2828e6cc06
commit
f6b1952e9a
@ -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 {
|
||||
/**
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user