Docs: The Comments subpackage is plural.

See #33701.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 13:45:26 +00:00
parent 5f6cdc2c3b
commit 35977a06e7
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* Comment API: WP_Comment_Query class
*
* @package WordPress
* @subpackage Comment
* @subpackage Comments
* @since 4.4.0
*/

View File

@ -3,7 +3,7 @@
* Comment API: Top-level comments functionality
*
* @package WordPress
* @subpackage Comment
* @subpackage Comments
* @since 4.4.0
*/

View File

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