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
This commit is contained in:
parent
4741b13009
commit
90aca8c4d7
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user