Skip to:
Content

bbPress.org

Ticket #1983: 1983.patch

File 1983.patch, 503 bytes (added by jbobich, 14 years ago)
  • bbp-includes/forums/template-tags.php

     
    532532                else
    533533                        $anchor = __( 'No Topics', 'bbpress' );
    534534
    535                 return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id );
     535                return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title );
    536536        }
    537537
    538538/**