Changeset 45249 for trunk/src/wp-includes/functions.php
- Timestamp:
- 04/19/2019 01:38:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45220 r45249 7037 7037 * @param int $max_execution_time Maximum time to run before giving up. In seconds. 7038 7038 * The timeout is global and is measured from the moment WordPress started to load. 7039 * @return int|false|null Size in MBif a valid directory. False if not. Null if timeout.7039 * @return int|false|null Size in bytes if a valid directory. False if not. Null if timeout. 7040 7040 */ 7041 7041 function get_dirsize( $directory, $max_execution_time = null ) {
Note: See TracChangeset
for help on using the changeset viewer.