Probleme bei dem Upgrade WP 1.2 auf 1.5

Umlautdomains haben ein Problem beim upgrade von WordPress 1.2 auf 1.5. Die Styles werden nicht gefunden. Das kann man abstellen indem man folgendes tut. (gefunden im Wp.org Forum)

Open wp-includes/functions-formatting.php in a text editor and at around line 14 or so look for this:

$curl = str_replace(‚–‚, ‚–‘, $curl);

Comment it out, like so:

// $curl = str_replace(‚–‚, ‚–‘, $curl);

Kommt, sagt es allen weiter.