mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Comments API: Walker_Comment class
|
||||
* Comment API: Walker_Comment class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Comments
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Comments API: WP_Comment_Query class
|
||||
* Comment API: WP_Comment_Query class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Comment
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Comments API: WP_Comment object class
|
||||
* Comment API: WP_Comment object class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Comments
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Comments API: Top-level comments functionality
|
||||
* Comment API: Top-level comments functionality
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Comment
|
||||
|
||||
Reference in New Issue
Block a user