Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (9 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-buddybar.php

    r10745 r10825  
    904904 * @since 1.5.0
    905905 *
    906  * @uses get_user_option()
    907  *
    908906 * @param string $context Context of this preference check. 'admin' or 'front'.
    909907 * @param int    $user    Optional. ID of the user to check. Default: 0 (which falls back to the logged-in user's ID).
Note: See TracChangeset for help on using the changeset viewer.