Changeset 53300 for trunk/src/wp-cron.php
- Timestamp:
- 04/28/2022 09:47:19 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r51537 r53300 55 55 * @global wpdb $wpdb WordPress database abstraction object. 56 56 * 57 * @return string| false Value of the `doing_cron` transient, 0|false otherwise.57 * @return string|int|false Value of the `doing_cron` transient, 0|false otherwise. 58 58 */ 59 59 function _get_cron_lock() {
Note: See TracChangeset
for help on using the changeset viewer.