Make WordPress Core


Ignore:
Timestamp:
10/24/2011 07:13:23 PM (15 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-http.php

    r19000 r19054  
    16271627         *
    16281628         * Certain Servers will return deflated data with headers which PHP's gziniflate()
    1629          * function cannot handle out of the box. The following function has been created from 
    1630          * various snippets on the gzinflate() PHP documentation. 
     1629         * function cannot handle out of the box. The following function has been created from
     1630         * various snippets on the gzinflate() PHP documentation.
    16311631         *
    16321632         * Warning: Magic numbers within. Due to the potential different formats that the compressed
    16331633         * data may be returned in, some "magic offsets" are needed to ensure proper decompression
    1634          * takes place. For a simple progmatic way to determine the magic offset in use, see: 
     1634         * takes place. For a simple progmatic way to determine the magic offset in use, see:
    16351635         * http://core.trac.wordpress.org/ticket/18273
    16361636         *
Note: See TracChangeset for help on using the changeset viewer.