Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2023 12:18:55 AM (4 years ago)
Author:
espellcaste
Message:

PHPDoc: adding improvements to the @global tag definition.

The @global tag is used to inform PHPDoc of a global variable or its usage. The tag was updated where necessary and invalid examples were removed.

Closes https://github.com/buddypress/buddypress/pull/53
Fixes #8786

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-user-query.php

    r13372 r13395  
    658658         * @since 1.7.0
    659659         *
    660          * @global WPDB $wpdb Global WordPress database access object.
     660         * @global wpdb $wpdb WordPress database object.
    661661         */
    662662        public function populate_extras() {
Note: See TracChangeset for help on using the changeset viewer.