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/admin/tools/upgrade.php

    r6537 r6573  
    1616 * @since 2.6.0 bbPress (r6278)
    1717 *
    18  * @uses bbp_admin_repair_list() To get the recount list
    19  * @uses check_admin_referer() To verify the nonce and the referer
    20  * @uses wp_cache_flush() To flush the cache
    21  * @uses do_action() Calls 'admin_notices' to display the notices
    22  * @uses wp_nonce_field() To add a hidden nonce field
    2318 */
    2419function bbp_admin_upgrade_page() {
     
    218213 * @since 2.6.0 bbPress (r4395)
    219214 *
    220  * @uses bbp_get_forum_post_type() To get the forum post type
    221215 * @return If a wp_error() occurs and no converted forums are found
    222216 */
Note: See TracChangeset for help on using the changeset viewer.