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:
parent
2bec067616
commit
8e453de898
|
@ -250,7 +250,7 @@ class WP_Importer {
|
||||||
/**
|
/**
|
||||||
* Reset global variables that grow out of control during imports
|
* Reset global variables that grow out of control during imports
|
||||||
*
|
*
|
||||||
* @global wpdb $wpdb
|
* @global wpdb $wpdb WordPress database abstraction object.
|
||||||
* @global array $wp_actions
|
* @global array $wp_actions
|
||||||
*/
|
*/
|
||||||
public function stop_the_insanity() {
|
public function stop_the_insanity() {
|
||||||
|
|
Loading…
Reference in New Issue