Docs: Clarify the file header summary and version for wp-includes/category-template.php.

See #33413. See #33701.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 14:23:24 +00:00
parent 99420b41b5
commit 6e350ff16e
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<?php
/**
* Category Template Tags and API.
* Taxonomy API: Core category-specific template tags
*
* @package WordPress
* @subpackage Template
* @since 1.2.0
*/
/**

View File

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