Changeset 49108 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r48782 r49108 511 511 $scrape_key = md5( rand() ); 512 512 $transient = 'scrape_key_' . $scrape_key; 513 $scrape_nonce = strval( rand());513 $scrape_nonce = (string) rand(); 514 514 // It shouldn't take more than 60 seconds to make the two loopback requests. 515 515 set_transient( $transient, $scrape_nonce, 60 );
Note: See TracChangeset
for help on using the changeset viewer.