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. Built from https://develop.svn.wordpress.org/trunk@34417 git-svn-id: http://core.svn.wordpress.org/trunk@34381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f6b1952e9a
commit
653702c408
|
@ -1,17 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* Category API: Walker_CategoryDropdown class
|
||||
* Taxonomy API: Walker_CategoryDropdown class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Template
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Create HTML dropdown list of Categories.
|
||||
* Core class used to create an HTML dropdown list of Categories.
|
||||
*
|
||||
* @package WordPress
|
||||
* @since 2.1.0
|
||||
* @uses Walker
|
||||
*
|
||||
* @see Walker
|
||||
*/
|
||||
class Walker_CategoryDropdown extends Walker {
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34416';
|
||||
$wp_version = '4.4-alpha-34417';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue