phpDoc for get_pending_comments_num().
git-svn-id: https://develop.svn.wordpress.org/trunk@12595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
deb8c9097b
commit
5b481ca51a
@ -96,13 +96,13 @@ function get_comment_to_edit( $id ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* {@internal Missing Short Description}}
|
||||
* Get the number of pending comments on a post or posts
|
||||
*
|
||||
* @since unknown
|
||||
* @uses $wpdb
|
||||
*
|
||||
* @param int $post_id Post ID
|
||||
* @return unknown
|
||||
* @param int|array $post_id Either a single Post ID or an array of Post IDs
|
||||
* @return int|array Either a single Posts pending comments as an int or an array of ints keyed on the Post IDs
|
||||
*/
|
||||
function get_pending_comments_num( $post_id ) {
|
||||
global $wpdb;
|
||||
|
Loading…
Reference in New Issue
Block a user