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/export.php

    r31090 r32642  
    2121 * @since 2.1.0
    2222 *
     23 * @global wpdb    $wpdb
     24 * @global WP_Post $post
     25 *
    2326 * @param array $args Filters defining what should be included in the export.
    2427 */
     
    244247     *
    245248     * @since 3.1.0
     249     *
     250     * @global wpdb $wpdb
    246251     *
    247252     * @param array $post_ids Array of post IDs to filter the query by. Optional.
     
    376381
    377382<?php if ( $post_ids ) {
     383    /**
     384     * @global WP_Query $wp_query
     385     */
    378386    global $wp_query;
    379387
Note: See TracChangeset for help on using the changeset viewer.