Ticket #7050: 7050.patch
File 7050.patch, 580 bytes (added by , 17 years ago) |
---|
-
wp-settings.php
274 274 require (ABSPATH . WPINC . '/media.php'); 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 /** 280 280 * Allows for the plugins directory to be moved from the default location.