Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 05:45:18 PM (12 months ago)
Author:
espellcaste
Message:

PHPDoc: Correct placement of @since tags.

The @since tag should added before @global, @param, and @return.

Props shailu25
Closes https://github.com/buddypress/buddypress/pull/310
See #9164
Fixes #9168

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-template.php

    r13844 r13896  
    8888     * Return value is a string of the form "x friends".
    8989     *
     90     * @since 1.2.0
     91     *
    9092     * @global BP_Core_Members_Template $members_template The main member template loop class.
    91      *
    92      * @since 1.2.0
    9393     *
    9494     * @return string A string of the form "x friends".
Note: See TracChangeset for help on using the changeset viewer.