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

See #30469.

Built from https://develop.svn.wordpress.org/trunk@30623


git-svn-id: http://core.svn.wordpress.org/trunk@30613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-11-28 12:29:23 +00:00
parent ea1ee4369f
commit e11c0a9d3e
2 changed files with 3 additions and 3 deletions

View File

@ -250,7 +250,7 @@ function wp_validate_logged_in_cookie( $user_id ) {
* Number of posts user has written. * Number of posts user has written.
* *
* @since 3.0.0 * @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. * @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. * Filter the number of posts a user has written.
* *
* @since 2.7.0 * @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 $count The user's post count.
* @param int $userid User ID. * @param int $userid User ID.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.1-beta2-30622'; $wp_version = '4.1-beta2-30623';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.