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-xprofile/bp-xprofile-activity.php

    r10434 r10825  
    1919 * @since 1.0.0
    2020 *
    21  * @uses bp_activity_set_action() To setup the individual actions.
    2221 */
    2322function xprofile_register_activity_actions() {
     
    114113 *
    115114 * @since 1.0.0
    116  *
    117  * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity.
    118115 *
    119116 * @param array|string $args String containing all variables used after bp_parse_args() call.
     
    150147 * @since 1.0.0
    151148 *
    152  * @uses bp_activity_delete() Deletes an entry to the activity component tables
    153149 *                            for a specific activity.
    154150 *
     
    206202 * @since 2.3.4 Add new parameter to get the user id the avatar was set for.
    207203 *
    208  * @uses bp_activity_add() Adds an entry to the activity component tables for a
    209204 *                         specific activity
    210205 *
Note: See TracChangeset for help on using the changeset viewer.