Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (8 years ago)
Author:
djpaul
Message:

Remove redundant @uses PHPDoc tag from inline documentation.

Per WordPress' inline documentation standards, the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-filters.php

    r10761 r10825  
    8181 * @since 1.5.0
    8282 *
    83  * @uses bp_is_active() checks if a BuddyPress component is active.
    84  *
    8583 * @param array $pages List of excluded page IDs, as passed to the
    8684 *                     'wp_list_pages_excludes' filter.
     
    119117 *
    120118 * @since 2.0.0
    121  *
    122  * @uses bp_is_root_blog() checks if current blog is root blog.
    123  * @uses buddypress() gets BuddyPress main instance
    124119 *
    125120 * @param object|null $object The post type object used in the meta box.
     
    287282 * @since 1.2.0
    288283 *
    289  * @uses apply_filters() Filter 'bp_core_login_redirect' to modify where users
    290284 *       are redirected to on login.
    291285 *
Note: See TracChangeset for help on using the changeset viewer.