Changeset 52597 for trunk/src/wp-includes/class-wp-http-encoding.php
- Timestamp:
- 01/18/2022 08:27:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-encoding.php
r52150 r52597 89 89 * Warning: Magic numbers within. Due to the potential different formats that the compressed 90 90 * data may be returned in, some "magic offsets" are needed to ensure proper decompression 91 * takes place. For a simple pr ogmatic way to determine the magic offset in use, see:91 * takes place. For a simple pragmatic way to determine the magic offset in use, see: 92 92 * https://core.trac.wordpress.org/ticket/18273 93 93 *
Note: See TracChangeset
for help on using the changeset viewer.