wordpress-develop/tests/phpunit/tests/user
Boone Gorges 3544e20e9a Introduce $post_type param for count_user_posts().
Props Caspie, engelen, DrewAPicture.
Fixes #21364.

git-svn-id: https://develop.svn.wordpress.org/trunk@30322 602fd350-edb4-49c9-b593-d223f7449a82
2014-11-13 02:18:30 +00:00
..
author.php In get_the_author_posts(), if there is no current $post, return 0 and bail. 2014-05-11 00:25:29 +00:00
capabilities.php Don't default to current user for capability checks when dealing with a post without an author (post_author = 0). 2014-03-04 03:08:54 +00:00
countUserPosts.php Introduce $post_type param for count_user_posts(). 2014-11-13 02:18:30 +00:00
dateQuery.php Support date_query by user_registered in WP_User_Query. 2014-10-17 01:36:36 +00:00
listAuthors.php Generate fewer default posts in wp_list_authors() tests. 2014-10-23 01:14:24 +00:00
mapMetaCap.php Don't default to current user for capability checks when dealing with a post without an author (post_author = 0). 2014-03-04 03:08:54 +00:00
multisite.php Improve and reduce tests for get_blogs_of_user() 2014-10-17 03:01:21 +00:00
query.php Use a nested meta query when querying by role in WP_User_Query. 2014-10-29 21:40:04 +00:00
session.php Rename the public methods in the session tokens API. 2014-08-27 02:06:53 +00:00
slashes.php Avoid undefined variable notice - wp_insert_user() expects user_pass to be passed to it. 2013-09-12 06:28:25 +00:00