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/reset.php

    r6513 r6573  
    1616 * @since 2.0.0 bbPress (r2613)
    1717 *
    18  * @uses check_admin_referer() To verify the nonce and the referer
    19  * @uses do_action() Calls 'admin_notices' to display the notices
    20  * @uses wp_nonce_field() To add a hidden nonce field
    2118 */
    2219function bbp_admin_reset_page() {
     
    8380 *
    8481 * @since 2.0.0 bbPress (r2613)
    85  *
    86  * @uses check_admin_referer() To verify the nonce and the referer
    87  * @uses wp_cache_flush() To flush the cache
    88  * @uses bbp_get_forum_post_type() To get the forum post type
    89  * @uses bbp_get_topic_post_type() To get the topic post type
    90  * @uses bbp_get_reply_post_type() To get the reply post type
    9182 */
    9283function bbp_admin_reset_handler() {
Note: See TracChangeset for help on using the changeset viewer.