Make WordPress Core


Ignore:
Timestamp:
05/27/2010 11:04:08 AM (14 years ago)
Author:
dd32
Message:

Add Importer support to Plugin Install workflow, Offers to Activate Plugin & Run installer, and returning to Imports upon successful Importer Plugin Installation. See #13566

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update.php

    r14348 r14985  
    111111        $nonce = 'install-plugin_' . $plugin;
    112112        $url = 'update.php?action=install-plugin&plugin=' . $plugin;
     113        if ( isset($_GET['from']) )
     114            $url .= '&from=' . urlencode(stripslashes($_GET['from']));
     115
    113116        $type = 'web'; //Install plugin type, From Web or an Upload.
    114117
Note: See TracChangeset for help on using the changeset viewer.