Changes in trunk/wp-admin/plugin-editor.php [12005:12310]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r12005 r12310 23 23 24 24 if ( isset($_REQUEST['file']) ) 25 $plugin = $_REQUEST['file'];25 $plugin = stripslashes($_REQUEST['file']); 26 26 27 27 if ( empty($plugin) ) { … … 34 34 if ( empty($file) ) 35 35 $file = $plugin_files[0]; 36 else 37 $file = stripslashes($file); 36 38 37 39 $file = validate_file_to_edit($file, $plugin_files);
Note: See TracChangeset
for help on using the changeset viewer.