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

    r10774 r10825  
    2727 * @since 1.0.0
    2828 *
    29  * @uses bp_get_user_nav() Renders the navigation for a profile of a currently
    3029 *       viewed user.
    3130 *
     
    14841483 * @since 1.5.0
    14851484 *
    1486  * @uses bp_get_search_slug()
    14871485 */
    14881486function bp_search_slug() {
     
    15131511 * @since 1.0.0
    15141512 *
    1515  * @uses apply_filters() Filter 'bp_displayed_user_id' to change this value.
    1516  *
    15171513 * @return int $id ID of the currently displayed user.
    15181514 */
     
    15371533 *
    15381534 * @since 1.0.0
    1539  *
    1540  * @uses apply_filters() Filter 'bp_loggedin_user_id' to change this value.
    15411535 *
    15421536 * @return int ID of the logged-in user.
Note: See TracChangeset for help on using the changeset viewer.