Skip to content

Commit 90aca8c

Browse files
Docs: Add a @global entry for $wpdb in display_setup_form().
Props mitraval192. Fixes #41300. git-svn-id: https://develop.svn.wordpress.org/trunk@41030 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4741b13 commit 90aca8c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/wp-admin/install.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ function display_header( $body_classes = '' ) {
8787
*
8888
* @since 2.8.0
8989
*
90+
* @global wpdb $wpdb WordPress database abstraction object.
91+
*
9092
* @param string|null $error
9193
*/
9294
function display_setup_form( $error = null ) {

0 commit comments

Comments
 (0)