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:
Drew Jaynes 2015-09-22 14:32:20 +00:00
parent b9199cbcf7
commit f05d86060b

View File

@ -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
*