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/classes/class-bbp-converter.php

    r6537 r6573  
    5252     *
    5353     * @since 2.1.0 bbPress (r3813)
    54      *
    55      * @uses BBP_Converter::includes() Include the required files
    56      * @uses BBP_Converter::setup_actions() Setup the actions
    5754     */
    5855    public function __construct() {
     
    6461     *
    6562     * @since 2.1.0 bbPress (r3813)
    66      *
    67      * @uses add_action() To add various actions
    6863     */
    6964    public function setup_actions() {
Note: See TracChangeset for help on using the changeset viewer.