I have a plugin that adds a custom feed that returns information about the blog in a multi-blog subdirectory environment (MU). For example the feed URI for a blog named "validblog" would be /validblog/?feed=blogstatus
When hitting that feed for a blog that doesn't exist, Wordpress MU 2.9.2 would instead load the feed for the "primary" blog (/?feed=blogstatus). This behavior has changed in Wordpress 3.0 beta 2 so that trying to hit a feed for a blog that doesn't exists will return the "Sorry, but you are looking for something that isn't here" message instead. Is this the correct behavior for a feed? I've tracked down the change to a line of code that was commented out in the set_404 function of wp-includes/query.php _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
