Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/22/2015 02:02:40 PM (9 years ago)
Author:
boonebgorges
Message:

Normalize whitespace in bp_get_blog_avatar() docblock.

File:
1 edited

Legend:

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

    r9886 r9959  
    531531     *     For more information about the arguments, see
    532532     *     {@link bp_core_fetch_avatar()}.
    533      *     @type string $alt Default: 'Profile picture of site author
    534      *           [user name]'.
    535      *     @type string $class Default: 'avatar'.
    536      *     @type string $type Default: 'full'.
    537      *     @type int|bool $width Default: false.
    538      *     @type int|bool $height Default: false.
    539      *     @type bool $id Currently unused.
    540      *     @type bool $no_grav Default: true.
     533     *     @type string   $alt     Default: 'Profile picture of site author [user name]'.
     534     *     @type string   $class   Default: 'avatar'.
     535     *     @type string   $type    Default: 'full'.
     536     *     @type int|bool $width   Default: false.
     537     *     @type int|bool $height  Default: false.
     538     *     @type bool     $id      Currently unused.
     539     *     @type bool     $no_grav Default: true.
    541540     * }
    542541     * @return string User avatar string.
Note: See TracChangeset for help on using the changeset viewer.