diff --git a/wp-cron.php b/wp-cron.php index 15c6676b77..f73d354444 100644 --- a/wp-cron.php +++ b/wp-cron.php @@ -34,6 +34,8 @@ if ( !defined('ABSPATH') ) { * @ignore * @since 3.3.0 * + * @global wpdb $wpdb WordPress database abstraction object. + * * @return string|false Value of the `doing_cron` transient, 0|false otherwise. */ function _get_cron_lock() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 74d2028c20..1e53e8ab6e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41145'; +$wp_version = '4.9-alpha-41146'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.