Changeset 3833
- Timestamp:
- 06/01/06 23:38:34 (2 years ago)
- Files:
-
- trunk/wp-includes/pluggable-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/pluggable-functions.php
r3816 r3833 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);
