Ticket #19731: plugin-editor-file-listing-bugfix.patch
| File plugin-editor-file-listing-bugfix.patch, 471 bytes (added by , 14 years ago) |
|---|
-
wp-admin/plugin-editor.php
28 28 wp_die( __('There are no plugins installed on this site.') ); 29 29 30 30 if ( isset($_REQUEST['file']) ) 31 $plugin = stripslashes($_REQUEST[' file']);31 $plugin = stripslashes($_REQUEST['plugin']); 32 32 33 33 if ( empty($plugin) ) { 34 34 $plugin = array_keys($plugins);