Ticket #7050: 7050.patch
| File 7050.patch, 0.6 kB (added by ionfish, 6 months ago) |
|---|
-
wp-settings.php
old new 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.
