Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2023 12:18:55 AM (22 months 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-friends/bp-friends-functions.php

    r13105 r13395  
    272272 * @since 1.2.0
    273273 *
    274  * @global BP_Core_Members_Template $members_template
     274 * @global BP_Core_Members_Template $members_template The main member template loop class.
    275275 *
    276276 * @param int $user_id            ID of the first user.
Note: See TracChangeset for help on using the changeset viewer.