diff --git a/wp-includes/cron.php b/wp-includes/cron.php index f65d78e994..493e0ec3cd 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -298,7 +298,7 @@ function spawn_cron( $gmt_time = 0 ) { * Filter the cron request arguments. * * @since 3.5.0 - * @since 4.5.0 $doing_wp_cron was added to the filter arguments. + * @since 4.5.0 The `$doing_wp_cron` parameter was added. * * @param array $cron_request_array { * An array of cron request URL arguments. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c96b32905..947fec5432 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36298'; +$wp_version = '4.5-alpha-36299'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.