Index: functions.php
===================================================================
--- functions.php	(revision 50505)
+++ functions.php	(working copy)
@@ -4463,6 +4463,8 @@
 		wp_parse_str( $args, $parsed_args );
 	}
 
+	$parsed_args = apply_filters( 'wp_parse_args', $parsed_args );
+
 	if ( is_array( $defaults ) && $defaults ) {
 		return array_merge( $defaults, $parsed_args );
 	}
