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-activity/bp-activity-admin.php

    r13106 r13395  
    195195 * @since 1.6.0
    196196 *
    197  * @global object                 $bp                     BuddyPress global settings.
    198197 * @global BP_Activity_List_Table $bp_activity_list_table Activity screen list table.
    199198 */
Note: See TracChangeset for help on using the changeset viewer.