Docs: Clarify the file header for wp-includes/category.php.

See #33413. See #33701.


git-svn-id: https://develop.svn.wordpress.org/trunk@34418 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 14:19:13 +00:00
parent a1595c5e85
commit 647fa83cc9

View File

@ -1,8 +1,10 @@
<?php
/**
* WordPress Category API
* Taxonomy API: Core category-specific functionality
*
* @package WordPress
* @subpackage Taxonomy
* @since 2.1.0
*/
/** Core category functionality */