Changeset 8006
- Timestamp:
- 05/28/08 16:53:29 (3 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r7999 r8006 275 275 276 276 if ( !defined('WP_CONTENT_URL') ) 277 define( 'WP_CONTENT_URL', get_option(' home') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up277 define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content'); // full url - WP_CONTENT_DIR is defined further up 278 278 279 279 /**
