Make WordPress Core


Ignore:
Timestamp:
08/14/2008 05:00:37 PM (18 years ago)
Author:
ryan
Message:

Notice fixes. Props DD32. see #7509

File:
1 edited

Legend:

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

    r8600 r8646  
    1313    $action = $_GET['action'];
    1414
    15 $plugin = $_REQUEST['plugin'];
     15$plugin = isset($_REQUEST['plugin']) ? $_REQUEST['plugin'] : '';
    1616
    1717if( !empty($action) ) {
Note: See TracChangeset for help on using the changeset viewer.