Ticket #21270: 21270.diff
File 21270.diff, 481 bytes (added by , 13 years ago) |
---|
-
wp-admin/network/site-themes.php
110 110 break; 111 111 } 112 112 113 update_ option('allowedthemes', $allowed_themes );113 update_blog_option( $id, 'allowedthemes', $allowed_themes ); 114 114 restore_current_blog(); 115 115 116 116 wp_safe_redirect( add_query_arg( array( 'id' => $id, $action => $n ), $referer ) );