Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 22136)
+++ wp-includes/formatting.php	(working copy)
@@ -3243,7 +3243,7 @@
  * @return string
  */
 function wp_basename( $path, $suffix = '' ) {
-	return urldecode( basename( str_replace( '%2F', '/', urlencode( $path ) ), $suffix ) );
+	return urldecode( basename( str_replace( array( '%2F', '%5C' ), '/', urlencode( $path ) ), $suffix ) );
 }
 
 /**
