]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-cron.php
WordPress 4.2.1-scripts
[autoinstalls/wordpress.git] / wp-cron.php
index 2b965ddf5b0b561d7e2853877246864820c9eb10..75379a053c2d0f52565f665d096488d0a6820a9c 100644 (file)
@@ -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.