Changes from trunk/wp-includes/functions.php at r15197 to branches/3.0/wp-includes/functions.php at r15995
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/functions.php
r15197 r15995 2126 2126 $upload_path = get_option( 'upload_path' ); 2127 2127 $upload_path = trim($upload_path); 2128 $main_override = defined( 'MULTISITE' ) && is_main_site();2128 $main_override = is_multisite() && defined( 'MULTISITE' ) && is_main_site(); 2129 2129 if ( empty($upload_path) ) { 2130 2130 $dir = WP_CONTENT_DIR . '/uploads';
Note: See TracChangeset
for help on using the changeset viewer.