Ticket #1983: 1983-2.patch
| File 1983-2.patch, 820 bytes (added by , 14 years ago) |
|---|
-
bbp-includes/forums/template-tags.php
510 510 function bbp_get_forum_freshness_link( $forum_id = 0 ) { 511 511 $forum_id = bbp_get_forum_id( $forum_id ); 512 512 $active_id = bbp_get_forum_last_active_id( $forum_id ); 513 513 $link_url = ''; 514 $title = ''; 515 514 516 if ( empty( $active_id ) ) 515 517 $active_id = bbp_get_forum_last_reply_id( $forum_id ); 516 518 … … 532 534 else 533 535 $anchor = __( 'No Topics', 'bbpress' ); 534 536 535 return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id );537 return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title ); 536 538 } 537 539 538 540 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)