Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-activity.php

    r13180 r13890  
    259259 * @param int $user_id   The user ID.
    260260 * @param int $timestamp The timestamp when the activity was created.
    261  * @return bool True on success. False otherwise.
     261 * @return bool False otherwise.
    262262 */
    263263function bp_members_remove_previous_avatar_activity( $user_id = 0, $timestamp = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.