Skip to:
Content

bbPress.org

Changeset 2143 for trunk/topic.php


Ignore:
Timestamp:
06/10/2009 09:36:33 AM (16 years ago)
Author:
sambauers
Message:

Deprecating some functions in favor of bb_* versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/topic.php

    r1762 r2143  
    2525if ( !$bb_db_override ) :
    2626    $posts = get_thread( $topic_id, $page );
    27     $forum = get_forum ( $topic->forum_id );
     27    $forum = bb_get_forum ( $topic->forum_id );
    2828
    2929    $tags  = bb_get_topic_tags ( $topic_id );
     
    4242    $list_start = ($page - 1) * bb_get_option('page_topics') + 1;
    4343
    44     post_author_cache($posts);
     44    bb_post_author_cache($posts);
    4545endif;
    4646
Note: See TracChangeset for help on using the changeset viewer.