Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (10 years ago)
Author:
wonderboymusic
Message:

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

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

    r31220 r32642  
    1313     * Returns array with imported permalinks from WordPress database
    1414     *
     15     * @global wpdb $wpdb
     16     *
    1517     * @param string $bid
    1618     * @return array
     
    5052     * Return count of imported permalinks from WordPress database
    5153     *
     54     * @global wpdb $wpdb
     55     *
    5256     * @param string $bid
    5357     * @return int
     
    7579    /**
    7680     * Set array with imported comments from WordPress database
     81     *
     82     * @global wpdb $wpdb
    7783     *
    7884     * @param string $bid
     
    232238     * Reset global variables that grow out of control during imports
    233239     *
    234      * @return void
     240     * @global wpdb  $wpdb
     241     * @global array $wp_actions
    235242     */
    236243    public function stop_the_insanity() {
Note: See TracChangeset for help on using the changeset viewer.