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

    r10782 r10825  
    1616 * @since 1.5.0
    1717 *
    18  * @uses bp_get_friends_slug()
    1918 */
    2019function bp_friends_slug() {
     
    4544 * @since 1.5.0
    4645 *
    47  * @uses bp_get_friends_root_slug()
    4846 */
    4947function bp_friends_root_slug() {
     
    685683 * @since 2.0.0
    686684 *
    687  * @uses bp_friends_get_profile_stats() to get the stats.
    688  *
    689685 * @param array|string $args before|after|user_id.
    690686 */
Note: See TracChangeset for help on using the changeset viewer.