Changeset 11383 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/18/2009 04:00:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r11380 r11383 135 135 </ul> 136 136 <p><?php _e('Are you sure you wish to delete these files?') ?></p> 137 <form method="post" action="<?php echo clean_url($_SERVER['REQUEST_URI']); ?>" style="display:inline;">137 <form method="post" action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>" style="display:inline;"> 138 138 <input type="hidden" name="verify-delete" value="1" /> 139 139 <input type="hidden" name="action" value="delete-selected" /> … … 145 145 <input type="submit" name="submit" value="<?php esc_attr_e('Yes, Delete these files') ?>" class="button" /> 146 146 </form> 147 <form method="post" action="<?php echo clean_url(wp_get_referer()); ?>" style="display:inline;">147 <form method="post" action="<?php echo esc_url(wp_get_referer()); ?>" style="display:inline;"> 148 148 <input type="submit" name="submit" value="<?php esc_attr_e('No, Return me to the plugin list') ?>" class="button" /> 149 149 </form>
Note: See TracChangeset
for help on using the changeset viewer.