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-functions.php

    r10740 r10825  
    328328 * @since 1.0.0
    329329 *
    330  * @uses BP_XProfile_ProfileData::get_value_byid() Fetches the value based on the params passed.
    331  *
    332330 * @param mixed  $field        The ID of the field, or the $name of the field.
    333331 * @param int    $user_id      The ID of the user.
     
    390388 * @since 1.0.0
    391389 *
    392  * @uses xprofile_get_field_id_from_name() Gets the ID from the field based on the name.
    393  *
    394390 * @param int|string $field       The ID of the field, or the $name of the field.
    395391 * @param int        $user_id     The ID of the user.
     
    604600 * @global object     $wpdb         WordPress DB access object.
    605601 * @global object     $current_user WordPress global variable containing current logged in user information.
    606  * @uses xprofile_format_profile_field() Formats profile field data so it is suitable for display.
    607602 *
    608603 * @param int  $user_id          User ID of the user to get random data for.
     
    11601155 *
    11611156 * @see BP_XProfile_Group::get()
    1162  * @uses apply_filters() Filter bp_xprofile_get_hidden_fields_for_user to modify visibility levels,
    11631157 *   or if you have added your own custom levels.
    11641158 *
Note: See TracChangeset for help on using the changeset viewer.