scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WordPress 4.2.5-scripts
[autoinstalls/wordpress.git]
/
wp-cron.php
diff --git
a/wp-cron.php
b/wp-cron.php
index 2b965ddf5b0b561d7e2853877246864820c9eb10..75379a053c2d0f52565f665d096488d0a6820a9c 100644
(file)
--- a/
wp-cron.php
+++ b/
wp-cron.php
@@
-26,7
+26,16
@@
if ( !defined('ABSPATH') ) {
require_once( dirname( __FILE__ ) . '/wp-load.php' );
}
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;
function _get_cron_lock() {
global $wpdb;
@@
-94,7
+103,7
@@
foreach ( $crons as $timestamp => $cronhooks ) {
/**
* Fires scheduled events.
*
/**
* Fires scheduled events.
*
- * @i
nternal
+ * @i
gnore
* @since 2.1.0
*
* @param string $hook Name of the hook that was scheduled to be fired.
* @since 2.1.0
*
* @param string $hook Name of the hook that was scheduled to be fired.