[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/ -> tags.php (source)

   1  <?php
   2  require_once ('./bb-load.php');
   3  
   4  bb_repermalink();
   5  
   6  if ( $tag_name && $tag ) :
   7  
   8      if ( $topics = get_tagged_topics($tag->tag_id, $page) ) {
   9          bb_cache_last_posts( $topics );
  10      }
  11  
  12      bb_load_template( 'tag-single.php', array('tag', 'tag_name', 'topics'), $tag->tag_id );
  13  else :
  14  
  15      bb_load_template( 'tags.php' );
  16  endif;
  17  ?>


Generated: Thu Dec 7 01:01:35 2017 Cross-referenced by PHPXref 0.7.1