wp/wp-admin/network/site-themes.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   141 				$action = 'error';
   141 				$action = 'error';
   142 				$n      = 'none';
   142 				$n      = 'none';
   143 			}
   143 			}
   144 	}
   144 	}
   145 
   145 
   146 	update_option( 'allowedthemes', $allowed_themes );
   146 	update_option( 'allowedthemes', $allowed_themes, false );
   147 	restore_current_blog();
   147 	restore_current_blog();
   148 
   148 
   149 	wp_safe_redirect(
   149 	wp_safe_redirect(
   150 		add_query_arg(
   150 		add_query_arg(
   151 			array(
   151 			array(