Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (7 years ago)
Author:
djpaul
Message:

Remove redundant @uses PHPDoc tag from inline documentation.

Per 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/bp-xprofile/bp-xprofile-template.php

    r10785 r10825  
    721721 * @since 1.1.0
    722722 *
    723  * @uses bp_get_the_profile_field_options()
    724  *
    725723 * @param array $args Specify type for datebox. Allowed 'day', 'month', 'year'.
    726724 */
     
    733731     * @since 1.1.0
    734732     *
    735      * @uses BP_XProfile_Field::get_children()
    736      * @uses BP_XProfile_ProfileData::get_value_byid()
    737733     *
    738734     * @param array $args {
Note: See TracChangeset for help on using the changeset viewer.