Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

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

    r3479 r3517  
    44if ( isset($_GET['action']) ) {
    55    check_admin_referer();
    6    
     6
    77    if ('activate' == $_GET['action']) {
    88        $current = get_settings('active_plugins');
     
    3737if ( !is_array($check_plugins) ) {
    3838    $check_plugins = array();
    39     update_option('active_plugins', $check_plugins);   
     39    update_option('active_plugins', $check_plugins);
    4040}
    4141
     
    9292        return strnatcasecmp($plug1['Name'], $plug2['Name']);
    9393    }
    94    
     94
    9595    uksort($plugins, 'sort_plugins');
    9696
Note: See TracChangeset for help on using the changeset viewer.