From 995fe002beb44eb38519fa0c6c4a2890e2f02e4c Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 28 May 2008 16:53:29 +0000 Subject: [PATCH] Use siteurl instead of home. Props msi08. fixes #7050 git-svn-id: http://svn.automattic.com/wordpress/trunk@8006 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index 4d49b9fe2..0a52377de 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -274,7 +274,7 @@ require (ABSPATH . WPINC . '/shortcodes.php'); 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.