Page 1 of 1

wp_cron

PostPosted: April 22nd, 2011, 10:00 pm
by drbyte
Hi Guys

Just wondering if the below statement will cause any issues with s2M

This to be added to the WP /includes/cron.php

Code: Select all
    // Prevent spawning cron if it’s already active:

    if ( get_option(‘doing_cron’) > time() )

    return;


Thank you

Sam

Re: wp_cron

PostPosted: April 25th, 2011, 5:56 am
by Jason Caldwell
Nothing jumps right out at me about this. I don't see this line causing any trouble. That being said, I would suggest full extensive testing against any change in the WP core.