Make WordPress Core


Ignore:
Timestamp:
01/26/2010 07:04:55 PM (14 years ago)
Author:
ryan
Message:

Merge mu_upload_dir() into wp_upload_dir(). see #11644

File:
1 edited

Legend:

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

    r12827 r12850  
    20622062        $url = trailingslashit( $siteurl ) . UPLOADS;
    20632063    }
     2064
     2065    if ( is_multisite() && defined( 'BLOGUPLOADDIR' ) )
     2066        $dir = untrailingslashit(BLOGUPLOADDIR);
    20642067
    20652068    $bdir = $dir;
Note: See TracChangeset for help on using the changeset viewer.