Make WordPress Core

Changeset 41195


Ignore:
Timestamp:
07/30/2017 03:45:50 PM (8 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-importer.php

    r41194 r41195  
    249249
    250250    /**
    251      * Reset global variables that grow out of control during imports
     251     * Resets global variables that grow out of control during imports.
     252     *
     253     * @since 3.0.0
    252254     *
    253255     * @global wpdb  $wpdb       WordPress database abstraction object.
Note: See TracChangeset for help on using the changeset viewer.