Ticket #10742: comment-reply-for-ol-js-fix.patch
| File comment-reply-for-ol-js-fix.patch, 916 bytes (added by , 17 years ago) |
|---|
-
wp-includes/comment-template.php
1255 1255 } 1256 1256 ?> 1257 1257 <<?php echo $tag ?> <?php comment_class(empty( $args['has_children'] ) ? '' : 'parent') ?> id="comment-<?php comment_ID() ?>"> 1258 <?php if ( ' ul' == $args['style'] ) : ?>1258 <?php if ( 'div' != $args['style'] ) : ?> 1259 1259 <div id="div-comment-<?php comment_ID() ?>" class="comment-body"> 1260 1260 <?php endif; ?> 1261 1261 <div class="comment-author vcard"> … … 1274 1274 <div class="reply"> 1275 1275 <?php comment_reply_link(array_merge( $args, array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?> 1276 1276 </div> 1277 <?php if ( ' ul' == $args['style'] ) : ?>1277 <?php if ( 'div' != $args['style'] ) : ?> 1278 1278 </div> 1279 1279 <?php endif; ?> 1280 1280 <?php