Changeset 46733
- Timestamp:
- 11/15/2019 08:57:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r46458 r46733 87 87 $doing_cron_transient = get_transient( 'doing_cron' ); 88 88 89 // Use global $doing_wp_cron lock otherwise use the GET lock. If no lock, trying grabbinga new lock.89 // Use global $doing_wp_cron lock, otherwise use the GET lock. If no lock, try to grab a new lock. 90 90 if ( empty( $doing_wp_cron ) ) { 91 91 if ( empty( $_GET['doing_wp_cron'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.