Changeset 999
- Timestamp:
- 06/11/07 19:55:32 (1 year ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r996 r999 1302 1302 update_option('home', $url); 1303 1303 update_option('fileupload_url', $url . "files" ); 1304 update_option('upload_path', "wp-content/blogs.dir/" . $blog_id . "/files"); 1304 1305 update_option('blogname', $blog_title); 1305 1306
