Changeset 36022
- Timestamp:
- 12/19/2015 08:19:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cron.php
r34576 r36022 233 233 234 234 /** 235 * Send request to run cron through HTTP request that doesn't halt page loading. 236 * 237 * @since 2.1.0 235 * Sends a request to run cron through HTTP request that doesn't halt page loading. 236 * 237 * @since 2.1.0 238 * 239 * @param int $gmt_time Optional. Unix timestamp. Default 0 (current time is used). 238 240 */ 239 241 function spawn_cron( $gmt_time = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.