Changeset 8006
- Timestamp:
- 05/28/2008 04:53:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 /**
Note: See TracChangeset
for help on using the changeset viewer.