Make WordPress Core


Ignore:
Timestamp:
09/24/2008 04:57:17 AM (17 years ago)
Author:
ryan
Message:

s/list/ul/ see #7635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r8962 r8963  
    952952?>
    953953        <<?php echo $tag ?> <?php comment_class() ?> id="comment-<?php comment_ID() ?>">
    954         <?php if ( 'list' == $args['style'] ) : ?>
     954        <?php if ( 'ul' == $args['style'] ) : ?>
    955955        <div id="div-comment-<?php comment_ID() ?>">
    956956        <?php endif; ?>
     
    970970        <div class='reply'>
    971971        <?php echo comment_reply_link(array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?>
    972         <?php if ( 'list' == $args['style'] ) : ?>
     972        <?php if ( 'ul' == $args['style'] ) : ?>
    973973        </div>
    974974        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.