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-notifications/bp-notifications-functions.php

    r10816 r10825  
    717717 * @since 2.3.0
    718718 *
    719  * @uses apply_filters() To call the 'bp_notifications_get_meta' hook.
    720  *
    721719 * @param int    $notification_id ID of the notification item whose metadata is being requested.
    722720 * @param string $meta_key        Optional. If present, only the metadata matching
Note: See TracChangeset for help on using the changeset viewer.