Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2023 12:18:55 AM (2 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-groups/classes/class-bp-groups-group.php

    r13372 r13395  
    17481748     * @since 10.0.0 Added the `$skip_cache` parameter.
    17491749     *
    1750      * @global BuddyPress $bp   The one true BuddyPress instance.
    1751      * @global wpdb       $wpdb WordPress database object.
     1750     * @global wpdb $wpdb WordPress database object.
    17521751     *
    17531752     * @param bool $skip_cache Optional. Skip getting count from cache.
Note: See TracChangeset for help on using the changeset viewer.