Make WordPress Core


Ignore:
Timestamp:
04/19/2014 06:17:12 PM (10 years ago)
Author:
nacin
Message:

Theme Installer: Proper redirection and action links post-install in multisite.

fixes #27869.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r28126 r28163  
    22342234    }
    22352235
    2236     $update_php = self_admin_url( 'update.php?action=install-theme' );
     2236    $update_php = network_admin_url( 'update.php?action=install-theme' );
    22372237    foreach ( $api->themes as &$theme ) {
    22382238        $theme->install_url = add_query_arg( array(
Note: See TracChangeset for help on using the changeset viewer.