diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 828f123491..26f9eb3a2c 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -5455,6 +5455,8 @@ function wp_delete_file( $file ) { * This prevents reusing the same tab for a preview when the user has navigated away. * * @since 4.3.0 + * + * @global WP_Post $post */ function wp_post_preview_js() { global $post; diff --git a/wp-includes/version.php b/wp-includes/version.php index 9845854bfb..c8a53b1212 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40958'; +$wp_version = '4.9-alpha-40959'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.