Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/16/2017 09:20:52 PM (8 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/help.php

    r6282 r6573  
    1515 *
    1616 * @since 2.6.0 bbPress (r5314)
    17  *
    18  * @uses get_current_screen()
    1917 */
    2018function bbp_admin_tools_repair_help() {
     
    5351 *
    5452 * @since 2.6.0 bbPress (r5314)
    55  *
    56  * @uses get_current_screen()
    5753 */
    5854function bbp_admin_tools_reset_help() {
     
    8480 *
    8581 * @since 2.6.0 bbPress (r5314)
    86  *
    87  * @uses get_current_screen()
    8882 */
    89 
    9083function bbp_admin_tools_converter_help() {
    9184
Note: See TracChangeset for help on using the changeset viewer.