Skip to:
Content

BuddyPress.org

Changeset 1411


Ignore:
Timestamp:
04/27/2009 03:03:57 PM (17 years ago)
Author:
apeatling
Message:

Fixing missing get_() function call in group forum topic template tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-templatetags.php

    r1409 r1411  
    479479
    480480function bp_the_topic_post_poster_avatar() {
    481     echo bp_the_topic_post_poster_avatar();
     481    echo bp_get_the_topic_post_poster_avatar();
    482482}
    483483    function bp_get_the_topic_post_poster_avatar() {
Note: See TracChangeset for help on using the changeset viewer.