X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f..c46e6dd20c438dddfea40c35935b877ac3e67daa:/wp-cron.php diff --git a/wp-cron.php b/wp-cron.php index 2b965ddf..75379a05 100644 --- a/wp-cron.php +++ b/wp-cron.php @@ -26,7 +26,16 @@ if ( !defined('ABSPATH') ) { require_once( dirname( __FILE__ ) . '/wp-load.php' ); } -// Uncached doing_cron transient fetch +/** + * Retrieves the cron lock. + * + * Returns the uncached `doing_cron` transient. + * + * @ignore + * @since 3.3.0 + * + * @return string|false Value of the `doing_cron` transient, 0|false otherwise. + */ function _get_cron_lock() { global $wpdb; @@ -94,7 +103,7 @@ foreach ( $crons as $timestamp => $cronhooks ) { /** * Fires scheduled events. * - * @internal + * @ignore * @since 2.1.0 * * @param string $hook Name of the hook that was scheduled to be fired.