| @@ -81,8 +81,11 @@ | ||
| 81 | 81 | make_db_current_silent(); |
| 82 | 82 | populate_options(); |
| 83 | 83 | populate_roles(); |
| 84 | 84 | |
| 85 | + remove_all_actions('update_option_blogname'); | |
| 86 | + remove_all_actions('update_option_blogdescription'); | |
| 87 | + | |
| 85 | 88 | update_option( 'blogname', $blog_title ); |
| 86 | 89 | update_option( 'admin_email', $user_email ); |
| 87 | 90 | update_option( 'blog_public', $public ); |
| 88 | 91 | |