Changeset 12851 for trunk/wp-includes/functions.php
- Timestamp:
- 01/26/2010 08:02:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r12850 r12851 2063 2063 } 2064 2064 2065 if ( is_multisite() && defined( 'BLOGUPLOADDIR' ) ) 2066 $dir = untrailingslashit(BLOGUPLOADDIR); 2065 if ( is_multisite() ) { 2066 if ( defined( 'BLOGUPLOADDIR' ) ) 2067 $dir = untrailingslashit(BLOGUPLOADDIR); 2068 $url = str_replace( UPLOADS, 'files', $url ); 2069 } 2067 2070 2068 2071 $bdir = $dir;
Note: See TracChangeset
for help on using the changeset viewer.