Index: wp-includes/pomo/translations.php
===================================================================
--- wp-includes/pomo/translations.php	(revision 23314)
+++ wp-includes/pomo/translations.php	(working copy)
@@ -57,7 +57,7 @@
 		$this->headers[$header] = $value;
 	}
 
-	function set_headers(&$headers) {
+	function set_headers($headers) {
 		foreach($headers as $header => $value) {
 			$this->set_header($header, $value);
 		}
@@ -242,7 +242,7 @@
 	function set_header($header, $value) {
 	}
 
-	function set_headers(&$headers) {
+	function set_headers($headers) {
 	}
 
 	function get_header($header) {
