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

    r10775 r10825  
    34153415 * @since 2.2.0
    34163416 *
    3417  * @uses bp_group_create_nav_item() to output the create a Group nav item.
    3418  *
    34193417 * @return string HTML Output
    34203418 */
     
    42994297 * @since 1.5.0
    43004298 *
    4301  * @uses apply_filters() To call 'bp_user_can_create_groups'.
    4302  * @uses bp_get_option() To retrieve value of 'bp_restrict_group_creation'. Defaults to 0.
    4303  * @uses bp_current_user_can() To determine if current user if super admin.
    43044299 * @return bool True if user can create groups. False otherwise.
    43054300 */
     
    47824777     * @since 1.6.0
    47834778     *
    4784      * @uses apply_filters() Filter bp_get_groups_current_create_step to modify.
    47854779     *
    47864780     * @return string $current_create_step
     
    50625056     * @since 1.6.0
    50635057     *
    5064      * @uses apply_filters() Filter bp_get_current_group_admin_tab to modify return value.
    50655058     *
    50665059     * @return string $tab The current tab's slug.
     
    50895082 *
    50905083 * @since 1.0.0
    5091  *
    5092  * @uses bp_get_group_current_avatar() to get the avatar of the current group.
    50935084 *
    50945085 * @param string $type Thumb or full.
     
    57885779     *
    57895780     * @since 1.5.0
    5790      * @uses apply_filters() Filter bp_get_current_group_id to modify this output.
    57915781     *
    57925782     * @return int $current_group_id The id of the current group, if there is one.
     
    58195809     *
    58205810     * @since 1.5.0
    5821      * @uses apply_filters() Filter bp_get_current_group_slug to modify this output.
    58225811     *
    58235812     * @return string $current_group_slug The slug of the current group, if there is one.
     
    58505839     *
    58515840     * @since 1.5.0
    5852      * @uses apply_filters() Filter bp_get_current_group_name to modify this output.
    58535841     *
    58545842     * @return string The name of the current group, if there is one.
     
    58815869     *
    58825870     * @since 2.1.0
    5883      * @uses apply_filters() Filter bp_get_current_group_description to modify
    58845871     *                       this output.
    58855872     *
     
    59875974 * @param array|string $args before|after|user_id
    59885975 *
    5989  * @uses bp_groups_get_profile_stats() to get the stats.
    59905976 */
    59915977function bp_groups_profile_stats( $args = '' ) {
Note: See TracChangeset for help on using the changeset viewer.