Changeset 33716
- Timestamp:
- 08/23/2015 05:45:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r33710 r33716 262 262 * 263 263 * @param int $userid User ID. 264 * @param array|string $post_type Optional. Post type(s)to count the number of posts for. Default 'post'.264 * @param array|string $post_type Optional. Single post type or array of post types to count the number of posts for. Default 'post'. 265 265 * @param bool $public_only Optional. Whether to only return counts for public posts. Default false. 266 266 * @return int Number of posts the user has written in this post type. … … 282 282 * @param int $count The user's post count. 283 283 * @param int $userid User ID. 284 * @param string|array $post_type Post types to count the number of posts for.284 * @param string|array $post_type Single post type or array of post types to count the number of posts for. 285 285 * @param bool $public_only Whether to limit counted posts to public posts. 286 286 */
Note: See TracChangeset
for help on using the changeset viewer.