Changeset 14148 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 12/16/2025 03:59:38 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r14077 r14148 2597 2597 * 2598 2598 * @since 2.0.0 2599 * @since 2.8.0 Added $commentas a parameter.2599 * @since 2.8.0 Added `$comment` as a parameter. 2600 2600 * 2601 2601 * @param object|int $comment Object of the activity comment or activity comment ID. Usually unnecessary … … 2610 2610 * 2611 2611 * @since 2.0.0 2612 * @since 2.8.0 Added $commentas a parameter.2613 * 2614 * @param object|int $comment Object of the activity comment or activity comment ID. Usually unnecessary2612 * @since 2.8.0 Added `$comment` as a parameter. 2613 * 2614 * @param object|int $comment Object of the activity comment or activity comment ID. Usually unnecessary 2615 2615 * when used in activity comment loop. 2616 2616 * @return int … … 2657 2657 * 2658 2658 * @since 2.0.0 2659 * 2660 * @param int $depth Depth for the current activity comment. 2661 */ 2662 return apply_filters( 'bp_activity_get_comment_depth', $depth ); 2659 * @since 15.0.0 Added `$comment` as a parameter. 2660 * 2661 * @param int $depth Depth for the current activity comment. 2662 * @param object|int $comment Object of the activity comment or activity comment ID. 2663 */ 2664 return apply_filters( 'bp_activity_get_comment_depth', $depth, $comment ); 2663 2665 } 2664 2666
Note: See TracChangeset
for help on using the changeset viewer.