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

    r13108 r13395  
    438438 * @since 2.0.0
    439439 *
    440  * @global $wpdb
     440 * @global wpdb $wpdb WordPress database object.
    441441 */
    442442function bp_core_install_signups() {
     
    485485 * @link https://buddypress.trac.wordpress.org/ticket/5563 BuddyPress Trac Ticket
    486486 *
    487  * @global WPDB $wpdb
     487 * @global wpdb $wpdb WordPress database object.
    488488 */
    489489function bp_core_upgrade_signups() {
Note: See TracChangeset for help on using the changeset viewer.