Make WordPress Core


Ignore:
Timestamp:
03/08/2010 07:52:29 PM (16 years ago)
Author:
wpmuguru
Message:

allow existing media path on main site when converting to multisite, see #12549

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r13616 r13619  
    21322132    }
    21332133
    2134     if ( defined('UPLOADS') ) {
     2134    if ( defined('UPLOADS') && ( WP_CONTENT_DIR . '/uploads' != ABSPATH . $upload_path ) ) {
    21352135        $dir = ABSPATH . UPLOADS;
    21362136        $url = trailingslashit( $siteurl ) . UPLOADS;
Note: See TracChangeset for help on using the changeset viewer.