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.

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


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

View File

@ -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

View File

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