Docs: Add a missing description for the `$wpdb` global notation in the DocBlock for `WP_Importer::stop_the_insanity()`.

Props tejas5989.
Fixes #41447.

Built from https://develop.svn.wordpress.org/trunk@41194


git-svn-id: http://core.svn.wordpress.org/trunk@41034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-07-30 15:43:42 +00:00
parent 8fd5ec4e62
commit 4835f7e817
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ class WP_Importer {
/**
* Reset global variables that grow out of control during imports
*
* @global wpdb $wpdb
* @global wpdb $wpdb WordPress database abstraction object.
* @global array $wp_actions
*/
public function stop_the_insanity() {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41193';
$wp_version = '4.9-alpha-41194';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.