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

    r10356 r10825  
    2020 *
    2121 * @since 1.6.0
    22  *
    23  * @uses current_user_can() To check if the current user can throttle.
    24  * @uses bp_get_option() To get the throttle time.
    25  * @uses get_transient() To get the last posted transient of the ip.
    26  * @uses get_user_meta() To get the last posted meta of the user.
    2722 *
    2823 * @param int $user_id User id to check for flood.
     
    5348 *
    5449 * @since 1.6.0
    55  *
    56  * @uses bp_current_author_ip() To get current user IP address.
    57  * @uses bp_current_author_ua() To get current user agent.
    58  * @uses bp_current_user_can() Allow super admins to bypass blacklist.
    5950 *
    6051 * @param int    $user_id Topic or reply author ID.
     
    191182 * @since 1.6.0
    192183 *
    193  * @uses bp_current_author_ip() To get current user IP address.
    194  * @uses bp_current_author_ua() To get current user agent.
    195  * @uses bp_current_user_can() Allow super admins to bypass blacklist.
    196  *
    197184 * @param int    $user_id Topic or reply author ID.
    198185 * @param string $title   The title of the content.
Note: See TracChangeset for help on using the changeset viewer.