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

    r10740 r10825  
    2323 * @since 1.0.0
    2424 *
    25  * @uses bp_core_delete_avatar() Deletes the active avatar for the logged in user.
    26  * @uses add_action() Runs a specific function for an action when it fires.
    2725 */
    2826function xprofile_action_delete_avatar() {
Note: See TracChangeset for help on using the changeset viewer.