Changeset 31804
- Timestamp:
- 03/17/2015 11:37:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r31170 r31804 27 27 } 28 28 29 // Uncached doing_cron transient fetch 29 /** 30 * Retrieves the cron lock. 31 * 32 * Returns the uncached `doing_cron` transient. 33 * 34 * @ignore 35 * @since 3.3.0 36 * 37 * @return string|false Value of the `doing_cron` transient, 0|false otherwise. 38 */ 30 39 function _get_cron_lock() { 31 40 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.