Changeset 23600
- Timestamp:
- 03/04/2013 03:11:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r23255 r23600 167 167 WP_Http::buildCookieHeader( $r ); 168 168 169 if ( WP_Http_Encoding::is_available() )169 if ( ! isset( $r['headers']['Accept-Encoding'] ) && WP_Http_Encoding::is_available() ) 170 170 $r['headers']['Accept-Encoding'] = WP_Http_Encoding::accept_encoding(); 171 171
Note: See TracChangeset
for help on using the changeset viewer.