Skip to:
Content

bbPress.org

Changeset 4599


Ignore:
Timestamp:
12/20/2012 11:20:01 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Revert part of r4594, and move #post ID to bbp-reply-header element. Fixes regression with not being taken to #post-ID on reply publish and edit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/loop-single-reply.php

    r4594 r4599  
    1010?>
    1111
    12 <div class="bbp-reply-header">
     12<div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header">
    1313
    1414    <div class="bbp-meta">
     
    3535    </div><!-- .bbp-meta -->
    3636
    37 </div><!-- .bbp-reply-header -->
     37</div><!-- #post-<?php bbp_reply_id(); ?> -->
    3838
    39 <div id="bbp-reply-<?php bbp_reply_id(); ?>" <?php bbp_reply_class(); ?>>
     39<div <?php bbp_reply_class(); ?>>
    4040
    4141    <div class="bbp-reply-author">
     
    6969    </div><!-- .bbp-reply-content -->
    7070
    71 </div><!-- #bbp-reply-<?php bbp_reply_id(); ?> -->
     71</div><!-- .reply -->
Note: See TracChangeset for help on using the changeset viewer.