Docs: The Comment API is singular.

See #33701.


git-svn-id: https://develop.svn.wordpress.org/trunk@34409 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 13:42:15 +00:00
parent c7dddad085
commit 10278a11d3
4 changed files with 4 additions and 4 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