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/tests/phpunit/includes/testcase.php

    r6231 r6573  
    145145     * @global WP_Rewrite $wp_rewrite
    146146     *
    147      * @uses WP_UnitTestCase::set_permalink_structure()
    148      *
    149147     * @param string $structure Optional. Permalink structure to set. Default empty.
    150148     */
Note: See TracChangeset for help on using the changeset viewer.