Ticket #20142: 20142.diff
File 20142.diff, 398 bytes (added by , 13 years ago) |
---|
-
wp-includes/class-http.php
1689 1689 1690 1690 if ( function_exists( 'gzdecode' ) ) 1691 1691 $type[] = 'gzip;q=0.5'; 1692 1693 $type = apply_filters( 'wp_http_accept_encoding', $type ); 1692 1694 1693 1695 return implode(', ', $type); 1694 1696 }