#56543 closed defect (bug) (fixed)
Correct wrong `@global` tag in class WP_User_Query
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.1 | Priority: | normal |
| Severity: | normal | Version: | 6.0.2 |
| Component: | Query | Keywords: | has-patch |
| Focuses: | docs | Cc: |
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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Replaced DocBlock global tag
$blog_idwith$wp_roles.