Changeset 16738 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 12/06/2010 03:35:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r16438 r16738 984 984 update_option('home', $url); 985 985 update_option('fileupload_url', $url . "files" ); 986 update_option('upload_path', "wp-content/blogs.dir/" . $blog_id . "/files");986 update_option('upload_path', UPLOADBLOGSDIR . "/$blog_id/files"); 987 987 update_option('blogname', stripslashes( $blog_title ) ); 988 988 update_option('admin_email', '');
Note: See TracChangeset
for help on using the changeset viewer.