[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-templates/kakumei/ -> topic-tags.php (source)

   1  <div id="topic-tags">
   2  <p><?php _e('Tags:'); ?></p>
   3  
   4  <?php if ( bb_get_topic_tags() ) : ?>
   5  
   6  <?php bb_list_tags(); ?>
   7  
   8  <?php else : ?>
   9  
  10  <p><?php printf(__('No <a href="%s">tags</a> yet.'), bb_get_tag_page_link() ); ?></p>
  11  
  12  <?php endif; ?>
  13  
  14  <?php tag_form(); ?>
  15  
  16  </div>


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