We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e180665 commit 82f730aCopy full SHA for 82f730a
install.php
@@ -71,8 +71,6 @@ function jquery_install_site( $site, $user ) {
71
$default_options = jquery_default_site_options();
72
$default_options['admin_email'] = $user->user_email;
73
74
- var_dump( $domain, $path, $site );
75
-
76
if ( 1 !== $details['blog_id'] ) {
77
$blog_id = insert_blog( JQUERY_STAGING_PREFIX . $domain, $path, 1 );
78
if ( $blog_id != $details['blog_id'] )
@@ -89,6 +87,6 @@ function jquery_install_site( $site, $user ) {
89
87
foreach ( $options as $option => $value )
90
88
update_option( $option, $value );
91
92
- flush_rewrite_rules();
+ delete_option( 'rewrite_rules' );
93
restore_current_blog();
94
}
0 commit comments