#56543 closed defect (bug) (fixed)
Correct wrong `@global` tag in class WP_User_Query
| Reported by: | shoaibkarimali | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.1 |
| Component: | Query | Version: | 6.0.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description
The second @global tag in the DocBlocks for the method prepare_query() is wrong. Instead of $blog_id it should be $wp_roles.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Replaced DocBlock global tag
$blog_idwith$wp_roles.