wp/wp-cron.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    52  * @ignore
    52  * @ignore
    53  * @since 3.3.0
    53  * @since 3.3.0
    54  *
    54  *
    55  * @global wpdb $wpdb WordPress database abstraction object.
    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 function _get_cron_lock() {
    59 function _get_cron_lock() {
    60 	global $wpdb;
    60 	global $wpdb;
    61 
    61 
    62 	$value = 0;
    62 	$value = 0;