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:
parent
f980e7b9bb
commit
8df8fb6046
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue