#2044 closed defect (bug) (fixed)
is_author does not work with "$author" argument
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0 |
Component: | Administration | Keywords: | is_author |
Focuses: | Cc: |
Description
Any value provided to $author argument for is_author() returns false in all cases (that is, even when it should return true). I suspect the problem lies in the get_queried_object() function called through $wp_query.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3290]) Update get_queried_object() to use get_userdata() when retrieving authors. fixes #2044