Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:18:39 PM (16 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r11004 r11013  
    464464    if ( $total_this_page > $plugins_per_page )
    465465        $plugins = array_slice($plugins, $start, $plugins_per_page);
    466    
     466
    467467    print_plugins_table($plugins, $status);
    468468?>
Note: See TracChangeset for help on using the changeset viewer.