Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (9 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-core/bp-core-avatars.php

    r10757 r10825  
    16411641 * @since 1.2.0
    16421642 *
    1643  * @uses bp_core_get_upload_dir() To get upload directory info.
    1644  *
    16451643 * @return string Absolute path to WP upload directory.
    16461644 */
     
    16611659 *
    16621660 * @since 1.2.0
    1663  *
    1664  * @uses bp_core_get_upload_dir() To get upload directory info.
    16651661 *
    16661662 * @return string Full URL to current upload location.
     
    19501946 * @since  2.2.0
    19511947 *
    1952  * @uses   bp_is_group_create()
    1953  * @uses   bp_is_group_admin_page()
    1954  * @uses   bp_is_group_admin_screen() to check for a group admin screen
    1955  * @uses   bp_action_variable() to check for the group's avatar creation step
    1956  * @uses   bp_is_user_change_avatar() to check for the user's change profile screen
    1957  *
    19581948 * @param WP_Query|null $posts_query The main query object.
    19591949 */
Note: See TracChangeset for help on using the changeset viewer.