equal
deleted
inserted
replaced
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; |