Ticket #2761: strip_ays_post.diff
File strip_ays_post.diff, 557 bytes (added by , 19 years ago) |
---|
-
wp-includes/pluggable-functions.php
238 238 $adminurl = $referer; 239 239 $title = __('WordPress Confirmation'); 240 240 require_once(ABSPATH . '/wp-admin/admin-header.php'); 241 // Remove extra layer of slashes. 242 $_POST = stripslashes_deep($_POST ); 241 243 if ( $_POST ) { 242 244 $q = http_build_query($_POST); 243 245 $q = explode( ini_get('arg_separator.output'), $q);