- Timestamp:
- 04/19/2015 04:45:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-search-reply.php
r5688 r5689 11 11 12 12 <div class="bbp-reply-header"> 13 14 13 <div class="bbp-meta"> 15 16 14 <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span> 17 18 15 <a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a> 19 20 16 </div><!-- .bbp-meta --> 21 17 22 18 <div class="bbp-reply-title"> 23 24 19 <h3><?php esc_html_e( 'In reply to: ', 'bbpress' ); ?> 25 20 <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a></h3> 26 27 21 </div><!-- .bbp-reply-title --> 28 29 22 </div><!-- .bbp-reply-header --> 30 23 31 24 <div id="post-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>> 32 33 25 <div class="bbp-reply-author"> 34 26 … … 60 52 61 53 </div><!-- .bbp-reply-content --> 62 63 54 </div><!-- #post-<?php bbp_reply_id(); ?> --> 64 55
Note: See TracChangeset
for help on using the changeset viewer.