Changeset 48591 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/23/2020 09:53:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r48590 r48591 7525 7525 * 7526 7526 * @param string $directory Full path of a directory. 7527 * @param string|array $exclude Optional. Full path of a subdirectory to exclude from the total, or array of7528 * paths. Expected without trailing slash(es).7529 * @param int $max_execution_time Maximum time to run before giving up. In seconds. 7530 * The timeout is globaland is measured from the moment WordPress started to load.7527 * @param string|array $exclude Optional. Full path of a subdirectory to exclude from the total, 7528 * or array of paths. Expected without trailing slash(es). 7529 * @param int $max_execution_time Maximum time to run before giving up. In seconds. The timeout is global 7530 * and is measured from the moment WordPress started to load. 7531 7531 * @return int|false|null Size in bytes if a valid directory. False if not. Null if timeout. 7532 7532 */
Note: See TracChangeset
for help on using the changeset viewer.