Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2023 12:18:55 AM (3 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-members/bp-members-adminbar.php

    r12945 r13395  
    1717 *
    1818 * @since 1.6.0
     19 *
     20 * @global WP_Admin_Bar $wp_admin_bar WordPress object implementing a Toolbar API.
    1921 *
    2022 * @todo Deprecate WP 3.2 Toolbar compatibility when we drop 3.2 support.
     
    7476 *
    7577 * @since 1.5.0
     78 *
     79 * @global WP_Admin_Bar $wp_admin_bar WordPress object implementing a Toolbar API.
    7680 */
    7781function bp_members_admin_bar_user_admin_menu() {
     
    185189 *
    186190 * @since 8.0.0
     191 *
     192 * @global WP_Admin_Bar $wp_admin_bar WordPress object implementing a Toolbar API.
    187193 */
    188194function bp_members_admin_bar_add_invitations_menu() {
Note: See TracChangeset for help on using the changeset viewer.