The WordPress version running on this blog is now "2.8-beta1-11380". After the first beta has been announced, i switched the svn installation to trunk again (after having it to branches/2.7) and updated the blog.
There is a problem with gengo though: Right after upgrading i got this warning:
CODE:
-
Warning: Invalid argument supplied for foreach() in /.../wp-includes/classes.php on line 255
The line in question looks like this:
PHP:
-
foreach ( $GLOBALS['wp_taxonomies'] as $taxonomy => $t)
I really didn't have the time to get into this, so in order to get the blog going, i used the workaround suggested here and changed the line to:
PHP:
Have the same problem. I use that workaround and im not experiencing any extrange behavior … so… it should work… thanks for the tip…
Sharkbitte.