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

    r10434 r10825  
    2121 * @param mixed  $args    Arguments.
    2222 *
    23  * @uses get_post() To get the post.
    24  * @uses get_post_type_object() To get the post type object.
    25  * @uses apply_filters() Calls 'bp_map_meta_caps' with caps, cap, user id and args.
    2623 * @return array Actual capabilities for meta capability.
    2724 */
Note: See TracChangeset for help on using the changeset viewer.