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-messages/bp-messages-notifications.php

    r13504 r13890  
    261261 * @param int $user_id   ID of the user who read the thread.
    262262 * @param int $num_rows  The number of affected rows by the "mark read" update query.
    263  * @return bool True on success. False otherwise.
     263 * @return bool False otherwise.
    264264 */
    265265function bp_messages_mark_notification_on_mark_thread( $thread_id, $user_id = 0, $num_rows = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.