Don't show comment text in list view; extra layout bit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fbdf2b8753
commit
097b9be6c5
|
@ -632,7 +632,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
|
|||
<?php endif; ?>
|
||||
<a href="edit-comments.php?s=<?php comment_author_IP() ?>&mode=detail"><?php comment_author_IP() ?></a>
|
||||
</p>
|
||||
<?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?>
|
||||
<?php if ( 'detail' == $mode ) comment_text(); ?>
|
||||
<p><?php printf(__('From %1$s, %2$s'), $post_link, $ptime) ?></p>
|
||||
</td>
|
||||
<td><?php comment_date(__('Y/m/d')); ?></td>
|
||||
|
|
|
@ -423,6 +423,10 @@ set display:none; */
|
|||
font-size: 22px;
|
||||
}
|
||||
|
||||
#your-profile #rich_editing {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#howto {
|
||||
font-size: 11px;
|
||||
margin: 0 5px;
|
||||
|
|
Loading…
Reference in New Issue