Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/16/2017 09:20:52 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Documentation: Remove all @uses usages.

Per the 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/includes/replies/capabilities.php

    r6571 r6573  
    1515 * @since 2.0.0 bbPress (r2593)
    1616 *
    17  * @uses apply_filters() Calls 'bbp_get_reply_caps' with the capabilities
    1817 * @return array Reply capabilities
    1918 */
     
    4039 * @param int $user_id User id
    4140 * @param array $args Arguments
    42  * @uses get_post() To get the post
    43  * @uses get_post_type_object() To get the post type object
    44  * @uses bbp_get_public_status_id() To get the public status id
    45  * @uses bbp_get_reply_forum_id() To get the reply forum id
    46  * @uses apply_filters() Filter mapped results
    4741 *
    4842 * @return array Actual capabilities for meta capability
Note: See TracChangeset for help on using the changeset viewer.