They've renamed a few files in the 2.1 wp-includes/. Well, some of them.. Have the plugin author make up a version using this.. require_once(ABSPATH . '/wp-includes/link-template.php');
Instead of .. require_once(ABSPATH . '/wp-includes/template-functions-links.php'); So, replace this: require_once(ABSPATH . '/wp-includes/template-functions-links.php'); With this one once, see what happens: require_once(ABSPATH . '/wp-includes/link-template.php'); -- spencerp http://spencerp.net >Falls over, messily. Its definatly cause of the 2.1, cause I'm running an > identical plugin on a 2.06 blog and its chugging away happily. > > I solved it by simply commenting it out, but I'll look at it in more depth > later, unless this is a depreciated element - in which case I'll contact the > guy running the plugin that uses this and let him know :) > > Kai > Http;;//wp-wonderwoman.com > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.410 / Virus Database: 268.16.8/621 - Release Date: 09/01/2007 > > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
