Changeset 6220 for trunk/bp-forums/bp-forums-template.php
- Timestamp:
- 07/31/2012 09:54:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-template.php
r6219 r6220 415 415 $forum_template = new BP_Forums_Template_Forum( $type, $forum_id, $user_id, $page, $per_page, $max, 'all', $search_terms ); 416 416 } 417 417 418 418 return apply_filters( 'bp_has_topics', $forum_template->has_topics(), $forum_template ); 419 419 } … … 480 480 function bp_get_the_topic_poster_avatar( $args = '' ) { 481 481 global $forum_template; 482 482 483 483 $defaults = array( 484 484 'type' => 'thumb', … … 575 575 function bp_get_the_topic_object_avatar( $args = '' ) { 576 576 global $forum_template; 577 577 578 578 if ( !isset( $forum_template->topic->object_id ) ) 579 579 return false;
Note: See TracChangeset
for help on using the changeset viewer.