- Timestamp:
- 04/19/2015 04:45:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/loop-single-reply.php
r5688 r5689 11 11 12 12 <div id="post-<?php bbp_reply_id(); ?>" 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 15 … … 34 32 35 33 </div><!-- .bbp-meta --> 36 37 34 </div><!-- #post-<?php bbp_reply_id(); ?> --> 38 35 39 36 <div <?php bbp_reply_class(); ?>> 40 41 37 <div class="bbp-reply-author"> 42 38 … … 68 64 69 65 </div><!-- .bbp-reply-content --> 70 71 66 </div><!-- .reply -->
Note: See TracChangeset
for help on using the changeset viewer.