Ticket #27869: 27869.diff
File 27869.diff, 545 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/includes/ajax-actions.php
2233 2233 wp_send_json_error(); 2234 2234 } 2235 2235 2236 $update_php = self_admin_url( 'update.php?action=install-theme' );2236 $update_php = network_admin_url( 'update.php?action=install-theme' ); 2237 2237 foreach ( $api->themes as &$theme ) { 2238 2238 $theme->install_url = add_query_arg( array( 2239 2239 'theme' => $theme->slug,