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/forums/capabilities.php

    r6571 r6573  
    1515 * @since 2.0.0 bbPress (r2593)
    1616 *
    17  * @uses apply_filters() Calls 'bbp_get_forum_caps' with the capabilities
    1817 * @return array Forum capabilities
    1918 */
     
    4140 * @param int $user_id User id
    4241 * @param array $args Arguments
    43  * @uses get_post() To get the post
    44  * @uses get_post_type_object() To get the post type object
    45  * @uses apply_filters() Filter capability map results
    4642 * @return array Actual capabilities for meta capability
    4743 */
     
    256252 * @param int $user_id User id.
    257253 * @param int $forum_id Forum id.
    258  * @uses bbp_get_user_id()
    259  * @uses bbp_get_forum_id()
    260  * @uses bbp_is_object_of_user()
    261  * @uses apply_filters() Calls 'bbp_is_user_forum_moderator' with the forums
    262254 *
    263255 * @return bool Return true if user is moderator of forum
Note: See TracChangeset for help on using the changeset viewer.