Ryan Boren wrote:
Rob Miller wrote:
That query is failing because the code calling it is still using the obsolete global table variables rather than their $wpdb->* counterparts. AFAIK, all core code has long since been updated to no longer use them, so it's more than likely a plugin at fault.

If lot's of plugins are still using the old vars, we can consider reinstating $table*. But for now, eliminating them lets us know which plugins need an update. Let's try to get the plugins updated upstream. Let plugin authors know that they need to use $wpdb.

Ryan

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

That would be by far the best option, IMO. The $table* vars have been deprecated for absolutely ages, the onus should be on the plugin authors to update not on WP to go back.

--
Rob Miller
http://robm.me.uk/ | http://kantian.co.uk/

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to