diff --git a/wp-includes/theme.php b/wp-includes/theme.php index b1d85e6f94..9fbe4323a3 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -2823,6 +2823,9 @@ function _wp_customize_include() { /** * Publish a snapshot's changes. * + * @global wpdb $wpdb WordPress database abstraction object. + * @global WP_Customize_Manager $wp_customize Customizer instance. + * * @param string $new_status New post status. * @param string $old_status Old post status. * @param WP_Post $changeset_post Changeset post object. diff --git a/wp-includes/version.php b/wp-includes/version.php index 384ad293c8..9d8da104e6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41191'; +$wp_version = '4.9-alpha-41192'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.