mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +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. 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:
parent
4835f7e817
commit
82d0a53e77
@ -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 wpdb $wpdb WordPress database abstraction object.
|
||||||
* @global array $wp_actions
|
* @global array $wp_actions
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user