Skip to:
Content

BuddyPress.org


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

    r10800 r10825  
    10781078 * @since 1.6.0
    10791079 *
    1080  * @uses is_user_logged_in() To check if user is logged in
    1081  * @uses bp_loggedin_user_id() To get current user ID
    1082  * @uses bp_is_user_spammer() To check if user is spammer
    1083  * @uses bp_is_user_deleted() To check if user is deleted
    1084  *
    10851080 * @param int $user_id The user ID to check.
    10861081 * @return bool True if active, otherwise false.
     
    11191114 * @todo No need for the user fallback checks, since they're done in
    11201115 *       bp_is_user_active().
    1121  *
    1122  * @uses is_user_logged_in() To check if user is logged in.
    1123  * @uses bp_get_displayed_user_id() To get current user ID.
    1124  * @uses bp_is_user_active() To check if user is active.
    11251116 *
    11261117 * @param int $user_id The user ID to check.
Note: See TracChangeset for help on using the changeset viewer.