Make WordPress Core

Changeset 13631


Ignore:
Timestamp:
03/09/2010 06:08:25 PM (16 years ago)
Author:
wpmuguru
Message:

additional checks on allow existing media path, see #12549

File:
1 edited

Legend:

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

    r13619 r13631  
    21372137        }
    21382138
    2139         if ( is_multisite() ) {
     2139        if ( is_multisite() && ( WP_CONTENT_DIR . '/uploads' != ABSPATH . $upload_path ) ) {
    21402140                if ( defined( 'BLOGUPLOADDIR' ) )
    21412141                        $dir = untrailingslashit(BLOGUPLOADDIR);
Note: See TracChangeset for help on using the changeset viewer.