Changeset 4875
- Timestamp:
- 02/03/2017 11:23:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply.php
r4248 r4875 33 33 <?php if ( $title = get_user_option( 'title', bbp_get_reply_author_id() ) ) : ?> 34 34 35 < br /><p class="bbp-author-title"><?php echo esc_html( $title ); ?></p>35 <p class="bbp-author-title"><?php echo esc_html( $title ); ?></p> 36 36 37 37 <?php endif; ?> 38 38 39 <br /><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> 39 <div class="bbp-reply-meta"> 40 41 <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> 40 42 41 43 <?php if ( current_user_can( 'moderate', bbp_get_reply_topic_id() ) ) : ?> … … 50 52 51 53 <?php do_action( 'bbp_theme_after_reply_author_details' ); ?> 54 55 </div> 52 56 53 57 </div><!-- .bbp-reply-author -->
Note: See TracChangeset
for help on using the changeset viewer.