I'm running wordpress and wordpress-mu (separate installatons).
Apparently, the latest wordpress-mu has collapsed all of the category tables into 1 table, instead of having:
linkcategories and sitecategories and the post categories as separate tables.
This might be a smart implementation, but WP-2.0 still uses the old schema, so themes that work under WP must me hacked to work with WP-mu.
Will the next version of WP go to the new table structure ?
or will the two versions begin to diverge (even farther) from this point forward.
BTW does anyone have an ER diagram or a discription of the datamodel for the table structure ? I would like to see it rather then finding out how it works by reverse engineering.