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-messages/bp-messages-notifications.php

    r13383 r13395  
    217217 * @since 1.9.0
    218218 *
    219  * @global BP_Messages_Thread_Template $thread_template
     219 * @global BP_Messages_Thread_Template $thread_template Message Thread Template Class.
    220220 */
    221221function bp_messages_screen_conversation_mark_notifications() {
Note: See TracChangeset for help on using the changeset viewer.