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-functions.php

    r13329 r13395  
    210210 * The administrator will be shown a notice for each check that fails.
    211211 *
    212  * @global WPDB $wpdb WordPress DB object
    213  * @global WP_Rewrite $wp_rewrite
     212 * @global wpdb $wpdb WordPress database object.
     213 * @global WP_Rewrite $wp_rewrite WordPress object implementing a rewrite component API.
    214214 *
    215215 * @since 1.2.0
Note: See TracChangeset for help on using the changeset viewer.