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-includes/bookmark.php

    r30105 r30122  
    1111 *
    1212 * @since 2.1.0
    13  * @uses $wpdb Database Object
     13 *
     14 * @global wpdb $wpdb WordPress database abstraction object.
    1415 *
    1516 * @param mixed $bookmark
     
    9293 * @since 2.1.0
    9394 *
    94  * @global wpdb $wpdb WordPress database access abstraction object.
     95 * @global wpdb $wpdb WordPress database abstraction object.
    9596 *
    9697 * @param string|array $args {
Note: See TracChangeset for help on using the changeset viewer.