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

Props tejas5989.
Fixes #41447.


git-svn-id: https://develop.svn.wordpress.org/trunk@41194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2017-07-30 15:42:17 +00:00
parent 2bec067616
commit 8e453de898
1 changed files with 1 additions and 1 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() {