Index: wp-includes/pluggable-functions.php
===================================================================
--- wp-includes/pluggable-functions.php	(revision 3816)
+++ wp-includes/pluggable-functions.php	(working copy)
@@ -238,6 +238,8 @@
 			$adminurl = $referer;
 		$title = __('WordPress Confirmation');
 		require_once(ABSPATH . '/wp-admin/admin-header.php');
+		// Remove extra layer of slashes.
+		$_POST   = stripslashes_deep($_POST  );
 		if ( $_POST ) {
 			$q = http_build_query($_POST);
 			$q = explode( ini_get('arg_separator.output'), $q);

