Changeset 3834
- Timestamp:
- 06/01/06 23:39:03 (2 years ago)
- Files:
-
- branches/2.0/wp-includes/pluggable-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/pluggable-functions.php
r3828 r3834 239 239 $html .= "<head>\n\t<title>" . __('WordPress Confirmation') . "</title>\n"; 240 240 $html .= "</head>\n<body>\n"; 241 // Remove extra layer of slashes. 242 $_POST = stripslashes_deep($_POST ); 241 243 if ( $_POST ) { 242 244 $q = http_build_query($_POST);
