Changeset 38239
- Timestamp:
- 08/10/2016 04:09:54 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r38121 r38239 451 451 * @since 4.5.3 452 452 * 453 * @see http ://php.net/manual/en/function.array-replace-recursive.php#109390453 * @see https://secure.php.net/manual/en/function.array-replace-recursive.php#109390 454 454 * 455 455 * @param array $base Array with keys needing to be replaced. -
trunk/src/wp-includes/load.php
r38017 r38239 982 982 * @since 4.6.0 Moved from media.php to load.php. 983 983 * 984 * @link http ://php.net/manual/en/function.ini-get.php985 * @link http ://php.net/manual/en/faq.using.php#faq.using.shorthandbytes984 * @link https://secure.php.net/manual/en/function.ini-get.php 985 * @link https://secure.php.net/manual/en/faq.using.php#faq.using.shorthandbytes 986 986 * 987 987 * @param string $value A (PHP ini) byte value, either shorthand or ordinary. … … 1009 1009 * @since 4.6.0 1010 1010 * 1011 * @link http ://php.net/manual/en/function.ini-get-all.php1011 * @link https://secure.php.net/manual/en/function.ini-get-all.php 1012 1012 * 1013 1013 * @param string $setting The name of the ini setting to check. -
trunk/tests/phpunit/tests/mail.php
r38058 r38239 287 287 * > not permitted to have any value other than "7bit", "8bit" or 288 288 * > "binary". 289 * http ://tools.ietf.org/html/rfc2045#section-6.4289 * https://tools.ietf.org/html/rfc2045#section-6.4 290 290 * 291 291 * > "Content-Transfer-Encoding: 7BIT" is assumed if the 292 292 * > Content-Transfer-Encoding header field is not present. 293 * http ://tools.ietf.org/html/rfc2045#section-6.1293 * https://tools.ietf.org/html/rfc2045#section-6.1 294 294 * 295 295 * @ticket 28039
Note: See TracChangeset
for help on using the changeset viewer.