Ticket #46987: 46987.patch
File 46987.patch, 797 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/functions.php
7036 7036 * @param string $directory Full path of a directory. 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 ) { 7042 7042 $dirsize = get_transient( 'dirsize_cache' );