Make WordPress Core

Ticket #23232: 23232.2.patch

File 23232.2.patch, 621 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-includes/pomo/translations.php

     
    5757                $this->headers[$header] = $value;
    5858        }
    5959
    60         function set_headers(&$headers) {
     60        function set_headers($headers) {
    6161                foreach($headers as $header => $value) {
    6262                        $this->set_header($header, $value);
    6363                }
     
    242242        function set_header($header, $value) {
    243243        }
    244244
    245         function set_headers(&$headers) {
     245        function set_headers($headers) {
    246246        }
    247247
    248248        function get_header($header) {