Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/03/2023 07:39:51 AM (16 months ago)
Author:
imath
Message:

BP Groups: inform about global variable usage in functions docblocks

Props viralsampat

Fixes #8890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-functions.php

    r13468 r13496  
    24642464 * @since 1.0.0
    24652465 *
     2466 * @global wpdb $wpdb WordPress database object.
     2467 *
    24662468 * @param int         $group_id   ID of the group.
    24672469 * @param string|bool $meta_key   The key of the row to delete.
     
    36113613 *
    36123614 * @since 5.0.0
     3615 *
     3616 * @global wpdb $wpdb WordPress database object.
    36133617 */
    36143618function bp_groups_migrate_invitations() {
Note: See TracChangeset for help on using the changeset viewer.