Make WordPress Core

Changeset 7180


Ignore:
Timestamp:
03/07/2008 07:53:15 AM (18 years ago)
Author:
matt
Message:

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

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r7175 r7180  
    633633    <a href="edit-comments.php?s=<?php comment_author_IP() ?>&amp;mode=detail"><?php comment_author_IP() ?></a>
    634634    </p>
    635     <?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?>
     635    <?php if ( 'detail' == $mode ) comment_text(); ?>
    636636    <p><?php printf(__('From %1$s, %2$s'), $post_link, $ptime) ?></p>
    637637    </td>
  • trunk/wp-admin/wp-admin.css

    r7178 r7180  
    422422    font-family: Georgia, "Times New Roman", Times, serif;
    423423    font-size: 22px;
     424}
     425
     426#your-profile #rich_editing {
     427    border: none;
    424428}
    425429
Note: See TracChangeset for help on using the changeset viewer.