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/bp-groups-adminbar.php

    r12590 r13395  
    1919 *
    2020 * @todo Add dynamic menu items for group extensions.
     21 *
     22 * @global WP_Admin_Bar $wp_admin_bar WordPress object implementing a Toolbar API.
    2123 *
    2224 * @return false|null False if not on a group page, or if user does not have
Note: See TracChangeset for help on using the changeset viewer.