Changeset 4147 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic-lead.php
- Timestamp:
- 09/27/2016 08:35:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic-lead.php
r4146 r4147 25 25 26 26 <?php bbp_user_nicename( bbp_get_topic_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?> 27 28 <?php if ( $title = get_user_option( 'title', bbp_get_topic_author_id() ) ) : ?> 29 30 <p class="bbp-author-title"><?php echo esc_html( $title ); ?></p> 31 32 <?php endif; ?> 27 33 28 34 <p class="bbp-topic-post-date"><a href="<?php bbp_topic_permalink(); ?>" title="#<?php bbp_topic_id(); ?>" class="bbp-topic-permalink"><?php bbp_topic_post_date( bbp_get_topic_id(), true ); ?></a></p>
Note: See TracChangeset
for help on using the changeset viewer.