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

    r10815 r10825  
    241241 * @since 1.7.0
    242242 *
    243  * @uses apply_filters()
    244  *
    245243 * @param int $blog_id ID of the blog being checked.
    246244 * @param int $user_id Optional. ID of the user for whom access is being checked.
     
    272270 * @since 1.7.0
    273271 *
    274  * @uses bp_blogs_is_blog_recordable
    275  * @uses apply_filters()
    276  *
    277272 * @param int $blog_id ID of the blog being checked.
    278273 * @param int $user_id Optional. ID of the user for whom access is being checked.
     
    300295 *
    301296 * @since 1.0.0
    302  *
    303  * @uses BP_Blogs_Blog
    304297 *
    305298 * @param int  $blog_id     ID of the blog being recorded.
Note: See TracChangeset for help on using the changeset viewer.