Ticket #23232: 23232.2.patch
| File 23232.2.patch, 621 bytes (added by SergeyBiryukov, 4 months ago) |
|---|
-
wp-includes/pomo/translations.php
57 57 $this->headers[$header] = $value; 58 58 } 59 59 60 function set_headers( &$headers) {60 function set_headers($headers) { 61 61 foreach($headers as $header => $value) { 62 62 $this->set_header($header, $value); 63 63 } … … 242 242 function set_header($header, $value) { 243 243 } 244 244 245 function set_headers( &$headers) {245 function set_headers($headers) { 246 246 } 247 247 248 248 function get_header($header) {
