Don't show comment text in list view; extra layout bit.

git-svn-id: https://develop.svn.wordpress.org/trunk@7180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-07 07:53:15 +00:00
parent 2af822ab9d
commit 0d404a55ed
2 changed files with 5 additions and 1 deletions

View File

@ -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() ?>&amp;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>

View File

@ -423,6 +423,10 @@ set display:none; */
font-size: 22px;
}
#your-profile #rich_editing {
border: none;
}
#howto {
font-size: 11px;
margin: 0 5px;