--- /trunk/wordpress/wp-settings.php	2008-05-28 08:57:14.000000000 +0200
+++ ./wp-settings.php	2008-05-28 11:48:30.000000000 +0200
@@ -274,7 +274,7 @@
 require (ABSPATH . WPINC . '/media.php');
 
 if ( !defined('WP_CONTENT_URL') )
-	define( 'WP_CONTENT_URL', get_option('home') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up
+	define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up
 
 /**
  * Allows for the plugins directory to be moved from the default location.
