Docs: The Comment API is singular.

See #33701.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 13:43:25 +00:00
parent f980e7b9bb
commit 8df8fb6046
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Comments API: Walker_Comment class
* Comment API: Walker_Comment class
*
* @package WordPress
* @subpackage Comments

View File

@ -1,6 +1,6 @@
<?php
/**
* Comments API: WP_Comment_Query class
* Comment API: WP_Comment_Query class
*
* @package WordPress
* @subpackage Comment

View File

@ -1,6 +1,6 @@
<?php
/**
* Comments API: WP_Comment object class
* Comment API: WP_Comment object class
*
* @package WordPress
* @subpackage Comments

View File

@ -1,6 +1,6 @@
<?php
/**
* Comments API: Top-level comments functionality
* Comment API: Top-level comments functionality
*
* @package WordPress
* @subpackage Comment

View File

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