Skip to:
Content

bbPress.org

Changeset 1239


Ignore:
Timestamp:
03/07/2008 02:24:30 AM (18 years ago)
Author:
sambauers
Message:

Minor phpdoc change

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-includes/pluggable.php

    r1221 r1239  
    540540 * Retrieve the avatar for a user provided a user ID or email address
    541541 *
    542  * @since 0.8.4
     542 * @since 0.9
    543543 * @param int|string $id_or_email A user ID or email address
    544544 * @param int $size Size of the avatar image
  • trunk/bb-includes/pluggable.php

    r1198 r1239  
    434434 * Retrieve the avatar for a user provided a user ID or email address
    435435 *
    436  * @since 0.8.4
     436 * @since 0.9
    437437 * @param int|string $id_or_email A user ID or email address
    438438 * @param int $size Size of the avatar image
Note: See TracChangeset for help on using the changeset viewer.