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