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/extend/buddypress/loader.php

    r6326 r6573  
    117117     *
    118118     * @access private
    119      * @uses add_filter() To add various filters
    120      * @uses add_action() To add various actions
    121119     * @link https://bbpress.trac.wordpress.org/ticket/2176
    122120     */
Note: See TracChangeset for help on using the changeset viewer.