Changeset 6746
- Timestamp:
- 11/29/2017 01:11:59 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/engagements.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/engagements.php
r6739 r6746 452 452 * @since 2.6.0 bbPress (r6618) Signature changed to accept an array of arguments 453 453 * 454 * @param array $args Optional. Arguments to pass into bbp_has_ replies()454 * @param array $args Optional. Arguments to pass into bbp_has_topics() 455 455 * 456 456 * @return bool True if user has favorites, otherwise false … … 494 494 * @param int $topic_id Optional. Topic id 495 495 * 496 * @return bool Always true496 * @return bool True if the topic was added to user's favorites, otherwise false 497 497 */ 498 498 function bbp_add_user_favorite( $user_id = 0, $topic_id = 0 ) { … … 528 528 * @param int $topic_id Optional. Topic id 529 529 * 530 * @return bool True if the topic was removed from user's favorites, o rfalse530 * @return bool True if the topic was removed from user's favorites, otherwise false 531 531 */ 532 532 function bbp_remove_user_favorite( $user_id, $topic_id ) {
Note: See TracChangeset
for help on using the changeset viewer.