Make WordPress Core

Changeset 8755


Ignore:
Timestamp:
08/27/2008 08:55:48 PM (15 years ago)
Author:
westi
Message:

Make it possible to clear the recently active plugins list. Fixes #7613 props caesarsgrunt.

File:
1 edited

Legend:

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

    r8691 r8755  
    1818}
    1919
    20 if( isset($_REQUEST['action']) )
     20if( isset($_REQUEST['action']) && !empty($_REQUEST['action']) )
    2121    $action = $_REQUEST['action'];
    2222
Note: See TracChangeset for help on using the changeset viewer.