Changeset 47088 for trunk/src/wp-includes/load.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r47018 r47088 1281 1281 * @since 4.6.0 Moved from media.php to load.php. 1282 1282 * 1283 * @link https:// secure.php.net/manual/en/function.ini-get.php1284 * @link https:// secure.php.net/manual/en/faq.using.php#faq.using.shorthandbytes1283 * @link https://www.php.net/manual/en/function.ini-get.php 1284 * @link https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes 1285 1285 * 1286 1286 * @param string $value A (PHP ini) byte value, either shorthand or ordinary. … … 1310 1310 * @staticvar array $ini_all 1311 1311 * 1312 * @link https:// secure.php.net/manual/en/function.ini-get-all.php1312 * @link https://www.php.net/manual/en/function.ini-get-all.php 1313 1313 * 1314 1314 * @param string $setting The name of the ini setting to check.
Note: See TracChangeset
for help on using the changeset viewer.