#3221 closed defect (bug) (fixed)
Remove direct usage of CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
These are internal configuration constants for WordPress. Any plugin wishing to reference these should instead use $wpdb->users and $wpdb->usermeta directly.
Attached patch removes initial references. Unfortunately, these values are also loaded up into the bp global for some reason. We'll want to de-couple that as much as possible.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
I see these stored in the bbPress global -- which are needed for the current version of bbPress -- but I can't find any non-direct references where we set them to the $bp global?