Make WordPress Core


Ignore:
Timestamp:
10/31/2014 05:55:39 PM (10 years ago)
Author:
DrewAPicture
Message:

Correct references of @uses $wpdb in core documentation to use @global.

See #30191, [30105].
Fixes #30217.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/export.php

    r27469 r30122  
    113113 * Create the date options fields for exporting a given post type.
    114114 *
    115  * @global wpdb      $wpdb      WordPress database object.
     115 * @global wpdb      $wpdb      WordPress database abstraction object.
    116116 * @global WP_Locale $wp_locale Date and Time Locale object.
    117117 *
Note: See TracChangeset for help on using the changeset viewer.