Changeset 21172
- Timestamp:
- 06/28/2012 08:38:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r20697 r21172 1151 1151 $wp_roles->_init(); 1152 1152 1153 $url = untrailingslashit( $url ); 1153 1154 // fix url. 1154 1155 update_option('siteurl', $url); 1155 1156 update_option('home', $url); 1156 update_option('fileupload_url', $url . " files" );1157 update_option('fileupload_url', $url . "/files" ); 1157 1158 update_option('upload_path', UPLOADBLOGSDIR . "/$blog_id/files"); 1158 1159 update_option('blogname', stripslashes( $blog_title ) );
Note: See TracChangeset
for help on using the changeset viewer.