Skip to:
Content

bbPress.org

Changeset 3272


Ignore:
Timestamp:
05/29/2011 05:32:46 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Use correct _get_ function in reply post rows. Fig a bug introduced in r3260.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-replies.php

    r3260 r3272  
    571571
    572572                    // Topic Title
    573                     if ( !$topic_title = bbp_topic_title( $topic_id ) )
     573                    if ( !$topic_title = bbp_get_topic_title( $topic_id ) )
    574574                        $topic_title = __( 'No Topic', 'bbpress' );
    575575
Note: See TracChangeset for help on using the changeset viewer.