| [ Index ] |
PHP Cross Reference of bbPress |
[Summary view] [Print] [Text view]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri May 24 03:58:41 2013 | Hosted by follow the white rabbit. |