[buddypress-trac] [BuddyPress] #3221: Remove direct usage of CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Mon May 16 22:44:37 UTC 2011


#3221: Remove direct usage of CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE
--------------------+-----------------------------
 Reporter:  nacin   |      Owner:
     Type:  defect  |     Status:  new
 Priority:  normal  |  Milestone:  Awaiting Review
Component:  Core    |    Version:
 Keywords:          |
--------------------+-----------------------------
 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.

-- 
Ticket URL: <https://trac.buddypress.org/ticket/3221>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list