[wp-testers] svn 4005 killed 3 plugins

Mark Jaquith mark.wordpress at txfx.net
Wed Jul 12 05:14:44 GMT 2006


On Jul 12, 2006, at 1:39 AM, spencerp wrote:

> global $tablecomments,$tableposts,$tablepost2cat;
>
> was changed to this:
>
> global $wpdb->comments,$wpdb->posts,$wpdb->post2cat;

Change it to:

> global $wpdb;

That makes the whole $wpdb object global.
--
Mark Jaquith
http://txfx.net/




More information about the wp-testers mailing list