diff --git a/wp-admin/install.php b/wp-admin/install.php index 2b8099b30c..9a11b1820e 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -87,6 +87,8 @@ function display_header( $body_classes = '' ) { * * @since 2.8.0 * + * @global wpdb $wpdb WordPress database abstraction object. + * * @param string|null $error */ function display_setup_form( $error = null ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index aa4653e4b9..f85e646ef0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41029'; +$wp_version = '4.9-alpha-41030'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.