Docs: Add a `@global` entry for `$wpdb` in `display_setup_form()`.

Props mitraval192.
Fixes #41300.
Built from https://develop.svn.wordpress.org/trunk@41030


git-svn-id: http://core.svn.wordpress.org/trunk@40880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-12 21:03:42 +00:00
parent f3326b10af
commit 86f9360280
2 changed files with 3 additions and 1 deletions

View File

@ -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 ) {

View File

@ -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.