Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/04/2017 06:26:55 PM (9 years ago)
Author:
tw2113
Message:

Cleanup from recent Scrutinizer review around documentation and param/return types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.5.php

    r11256 r11447  
    915915 * @param bool|string $is_approved Optional. The $is_approved value passed to
    916916 *        the 'comment_post' action. Default: true.
    917  * @return bool|object Returns false on failure, the comment object on success.
     917 * @return bool|object|null Returns false on failure, the comment object on success.
    918918 */
    919919function bp_blogs_record_comment( $comment_id, $is_approved = true ) {
Note: See TracChangeset for help on using the changeset viewer.