mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Use a third-person singular verb in the DocBlock summary for WP_Importer::stop_the_insanity().
Also add a missing `@since` tag. Introduced in 3.0.0, see [14760]. See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@41195 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8e453de898
commit
83abe4dbfc
@ -248,7 +248,9 @@ class WP_Importer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset global variables that grow out of control during imports
|
||||
* Resets global variables that grow out of control during imports.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database abstraction object.
|
||||
* @global array $wp_actions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user