[wp-testers] svn 4005 killed 3 plugins

Scott Jarkoff jarkolicious at gmail.com
Tue Jul 11 23:42:36 GMT 2006


Thanks. Looks pretty easy to fix. I'll work on it when I get home tonight.


scott


On 7/11/06, Mark Jaquith <mark.wordpress at txfx.net> wrote:
> On Jul 11, 2006, at 5:45 AM, Scott Jarkoff wrote:
>
> > If someone could kindly explain the basics of what needs to be fixed
> > in order to get, say, Brian's Latest Comments working then I will
> > gladly take a look at the code.
>
> The following replacements need to be made:
>
> $tableposts                                     => $wpdb->posts
> $tableusers                                     => $wpdb->users
> $tablecategories                                => $wpdb->categories
> $tablepost2cat                          => $wpdb->post2cat
> $tablecomments                          => $wpdb->comments
> $tablelink2cat                          => $wpdb->link2cat
> $tablelinks                                     => $wpdb->links
> $tablelinkcategories                    => $wpdb->linkcategories
> $tableoptions                           => $wpdb->options
> $tablepostmeta                          => $wpdb->postmeta
>
> You must make sure that $wpdb is declared global.
>
> --
> Mark Jaquith
> http://txfx.net/
>
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


-- 
Scott Jarkoff


More information about the wp-testers mailing list