Changeset 4147 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
- Timestamp:
- 09/27/2016 08:35:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
r4146 r4147 30 30 31 31 <?php bbp_user_nicename( bbp_get_reply_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?> 32 33 <?php if ( $title = get_user_option( 'title', bbp_get_reply_author_id() ) ) : ?> 34 35 <p class="bbp-author-title"><?php echo esc_html( $title ); ?></p> 36 37 <?php endif; ?> 32 38 33 39 <p class="bbp-reply-post-date"><a href="<?php bbp_reply_url(); ?>" title="#<?php bbp_reply_id(); ?>" class="bbp-reply-permalink"><?php bbp_reply_post_date( bbp_get_reply_id(), true ); ?></a></p>
Note: See TracChangeset
for help on using the changeset viewer.