Make WordPress Core

Changeset 11500


Ignore:
Timestamp:
06/01/2009 12:01:33 AM (15 years ago)
Author:
markjaquith
Message:

We do not use plugin, we use file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r11450 r11500  
    1919$plugins = get_plugins();
    2020
    21 if ( isset($_REQUEST['plugin']) )
    22     $plugin = $_REQUEST['plugin'];
     21if ( isset($_REQUEST['file']) )
     22    $plugin = $_REQUEST['file'];
    2323
    2424if ( empty($plugin) ) {
Note: See TracChangeset for help on using the changeset viewer.