Changeset 4515
- Timestamp:
- 11/24/2012 11:04:42 PM (13 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
-
forums/template-tags.php (modified) (1 diff)
-
topics/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/forums/template-tags.php
r4508 r4515 535 535 $anchor = __( 'No Topics', 'bbpress' ); 536 536 537 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, $active_id ); 538 538 } 539 539 -
trunk/includes/topics/template-tags.php
r4508 r4515 1833 1833 $anchor = __( 'No Replies', 'bbpress' ); 1834 1834 1835 return apply_filters( 'bbp_get_topic_freshness_link', $anchor, $topic_id );1835 return apply_filters( 'bbp_get_topic_freshness_link', $anchor, $topic_id, $time_since, $link_url, $title ); 1836 1836 } 1837 1837
Note: See TracChangeset
for help on using the changeset viewer.