mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Clarify the file header summary for wp-admin/includes/class-walker-category-checklist.php, introduced in [34241].
Also clarifies the class DocBlock summary for `Walker_Category_Checklist`. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@34425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b9199cbcf7
commit
f05d86060b
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* WordPress Administration API: Walker_Category_Checklist class
|
||||
* Taxonomy API: Walker_Category_Checklist class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Walker to output an unordered list of category checkbox input elements.
|
||||
* Core walker class to output an unordered list of category checkbox input elements.
|
||||
*
|
||||
* @since 2.5.1
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user