Changeset 11013 for trunk/wp-admin/plugins.php
- Timestamp:
- 04/20/2009 06:18:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r11004 r11013 464 464 if ( $total_this_page > $plugins_per_page ) 465 465 $plugins = array_slice($plugins, $start, $plugins_per_page); 466 466 467 467 print_plugins_table($plugins, $status); 468 468 ?>
Note: See TracChangeset
for help on using the changeset viewer.