~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-includes/class-wp-http-encoding.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
         *
89
89
         * @since 2.8.1
90
90
         * @link https://core.trac.wordpress.org/ticket/18273
91
 
         * @link http://au2.php.net/manual/en/function.gzinflate.php#70875
92
 
         * @link http://au2.php.net/manual/en/function.gzinflate.php#77336
 
91
         * @link https://secure.php.net/manual/en/function.gzinflate.php#70875
 
92
         * @link https://secure.php.net/manual/en/function.gzinflate.php#77336
93
93
         *
94
94
         * @static
95
95
         *
161
161
                }
162
162
 
163
163
                /**
164
 
                 * Filter the allowed encoding types.
 
164
                 * Filters the allowed encoding types.
165
165
                 *
166
166
                 * @since 3.6.0
167
167
                 *