Changeset 11447 for trunk/src/bp-core/deprecated/2.5.php
- Timestamp:
- 03/04/2017 06:26:55 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/deprecated/2.5.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/2.5.php
r11256 r11447 915 915 * @param bool|string $is_approved Optional. The $is_approved value passed to 916 916 * 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. 918 918 */ 919 919 function bp_blogs_record_comment( $comment_id, $is_approved = true ) {
Note: See TracChangeset
for help on using the changeset viewer.