Skip to:
Content

bbPress.org


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

    r6550 r6573  
    3939         *
    4040         * @access private
    41          * @uses add_filter() To add various filters
    42          * @uses add_action() To add various actions
    4341         */
    4442        private function setup_actions() {
     
    6765         *
    6866         * @access private
    69          * @uses add_filter() To add various filters
    70          * @uses add_action() To add various actions
    7167         */
    7268        private function setup_filters() {
Note: See TracChangeset for help on using the changeset viewer.