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-topic-replies-list-table.php

    r6546 r6573  
    176176     *
    177177     * @since 2.6.0 bbPress (r5886)
    178      *
    179      * @uses $this->_column_headers
    180      * @uses $this->items
    181      * @uses $this->get_columns()
    182      * @uses $this->get_sortable_columns()
    183      * @uses $this->get_pagenum()
    184      * @uses $this->set_pagination_args()
    185178     */
    186179    public function prepare_items( $topic_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.