#11087 closed defect (bug) (fixed)
wp_create_user doesn't need $wpdb anymore
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | Users | Keywords: | has-patch |
| Focuses: | Cc: |
Description
wp_create_user used to use $wpdb to escape username and email, but now that's done with esc_sql so the `global $wpdb; call is no longer needed.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Looks like this already slipped in. Marking as fixed.