[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

   1          <div id="position-<?php post_position(); ?>">
   2              <div class="threadauthor">
   3                  <?php post_author_avatar_link(); ?>
   4                  <p>
   5                      <strong><?php post_author_link(); ?></strong><br />
   6                      <small><?php post_author_title_link(); ?></small>
   7                  </p>
   8              </div>
   9              <div class="threadpost">
  10                  <div class="post"><?php post_text(); ?></div>
  11                  <div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php bb_post_admin(); ?></div>
  12              </div>
  13          </div>


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