Changeset 15607
- Timestamp:
- 09/10/2010 08:29:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r15590 r15607 2125 2125 $upload_path = get_option( 'upload_path' ); 2126 2126 $upload_path = trim($upload_path); 2127 $main_override = defined( 'MULTISITE' ) && is_main_site();2127 $main_override = is_multisite() && defined( 'MULTISITE' ) && is_main_site(); 2128 2128 if ( empty($upload_path) ) { 2129 2129 $dir = WP_CONTENT_DIR . '/uploads';
Note: See TracChangeset
for help on using the changeset viewer.