Make WordPress Core

Ticket #41433: 41433.patch

File 41433.patch, 388 bytes (added by tejas5989, 9 years ago)

I have addd patch by defining variale.

  • wp-cron.php

     
    3434 * @ignore
    3535 * @since 3.3.0
    3636 *
     37 * @global wpdb $wpdb WordPress database abstraction object.
     38 *
    3739 * @return string|false Value of the `doing_cron` transient, 0|false otherwise.
    3840 */
    3941function _get_cron_lock() {