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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 14:33:48 +00:00
parent 8db1c75a7e
commit 2a37e00b92
2 changed files with 3 additions and 3 deletions

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
*

View File

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