4.1 Docs Audit: Fix formatting for changelog entries in count_user_posts() and the get_usernumposts hook.

See #30469.


git-svn-id: https://develop.svn.wordpress.org/trunk@30623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-11-28 12:28:23 +00:00
parent f8d3ac117f
commit a1af1437c3

View File

@ -250,7 +250,7 @@ function wp_validate_logged_in_cookie( $user_id ) {
* Number of posts user has written.
*
* @since 3.0.0
* @since 4.1.0 Added $post_type parameter.
* @since 4.1.0 Added `$post_type` argument.
*
* @global wpdb $wpdb WordPress database object for queries.
*
@ -269,7 +269,7 @@ function count_user_posts( $userid, $post_type = 'post' ) {
* Filter the number of posts a user has written.
*
* @since 2.7.0
* @since 4.1.0 Added $post_type parameter.
* @since 4.1.0 Added `$post_type` argument.
*
* @param int $count The user's post count.
* @param int $userid User ID.