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-core/bp-core-theme-compatibility.php

    r13332 r13395  
    540540 *
    541541 * @global WP_Query $wp_query WordPress database access object.
    542  * @global object $post Current post object.
     542 * @global WP_Post $post Current post object.
    543543 *
    544544 * @param array $args Array of optional arguments. Arguments parallel the properties
Note: See TracChangeset for help on using the changeset viewer.