Changeset 14742 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/19/2010 01:04:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r14313 r14742 458 458 459 459 $plugin_array_name = "${status}_plugins"; 460 if ( empty($$plugin_array_name) && $status != 'all') {460 if ( empty($$plugin_array_name) && !in_array($status, array('all', 'search')) ) { 461 461 $status = 'all'; 462 462 $plugin_array_name = "${status}_plugins";
Note: See TracChangeset
for help on using the changeset viewer.