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

    r6571 r6573  
    1515 * @since 2.0.0 bbPress (r2593)
    1616 *
    17  * @uses apply_filters() Calls 'bbp_get_topic_caps' with the capabilities
    1817 * @return array Topic capabilities
    1918 */
     
    3736 * @since 2.0.0 bbPress (r2593)
    3837 *
    39  * @uses apply_filters() Calls 'bbp_get_topic_tag_caps' with the capabilities
     38 *
    4039 * @return array Topic tag capabilities
    4140 */
     
    6059 * @param int $user_id User id
    6160 * @param array $args Arguments
    62  * @uses get_post() To get the post
    63  * @uses get_post_type_object() To get the post type object
    64  * @uses bbp_get_public_status_id() To get the  public status id
    65  * @uses bbp_get_topic_forum_id() To get the topic forum id
    66  * @uses apply_filters() Filter capability map results
    6761 *
    6862 * @return array Actual capabilities for meta capability
     
    241235 * @param int $user_id User id
    242236 * @param array $args Arguments
    243  * @uses apply_filters() Filter capability map results
     237 *
    244238 * @return array Actual capabilities for meta capability
    245239 */
Note: See TracChangeset for help on using the changeset viewer.