Advertisement
Guest User

Untitled

a guest
Apr 20th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.78 KB | None | 0 0
  1.         <p class="bbp-topic-meta">
  2.  
  3.             <?php do_action( 'bbp_theme_before_topic_started_by' ); ?>
  4.  
  5.             <span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>
  6.  
  7.             <?php do_action( 'bbp_theme_after_topic_started_by' ); ?>
  8.  
  9.             <?php if ( !bbp_is_single_forum() || ( bbp_get_topic_forum_id() != bbp_get_forum_id() ) ) : ?>
  10.  
  11.                 <?php do_action( 'bbp_theme_before_topic_started_in' ); ?>
  12.  
  13.                 <span class="bbp-topic-started-in"><?php printf( __( 'in: <a href="%1$s">%2$s</a>', 'bbpress' ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span>
  14.  
  15.                 <?php do_action( 'bbp_theme_after_topic_started_in' ); ?>
  16.  
  17.             <?php endif; ?>
  18.  
  19.         </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement