Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-avatars.php

    r6964 r7228  
    702702 * @param string $default URL to a default image to use if no avatar is available
    703703 * @param string $alt Alternate text to use in image tag. Defaults to blank
    704  * @return <type>
     704 * @return string
    705705 */
    706706function bp_core_fetch_avatar_filter( $avatar, $user, $size, $default, $alt = '' ) {
     
    924924 * @since BuddyPress (1.5)
    925925 *
    926  * @param str $type 'thumb' for thumbs, otherwise full
    927  * @param str $h_or_w 'height' for height, otherwise width
     926 * @param string $type 'thumb' for thumbs, otherwise full
     927 * @param string $h_or_w 'height' for height, otherwise width
    928928 * @return int $dim The dimension
    929929 */
Note: See TracChangeset for help on using the changeset viewer.