Yes, though in trunk, it'll be a different function. More or less, wp-admin/admin.php is being loaded twice -- once because that's the page requested, then again via a conditional include in admin-header.php. It results in WP being loaded twice, which predictably errors out on the first function it tries to re-define.
I'm seeing this on my environment (Mac, Apache 2.2, PHP 5.3, standard include_path et al.) all the way down to 2.8 (that's just how far I've tested). The offending line has been there for a while. So it's definitely environment-specific. On Wed, Apr 28, 2010 at 2:05 PM, Doug Stewart <[email protected]> wrote: > @nacin: > Is this the "cannot redeclare add_cssclass()" issue? _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
