Make WordPress Core


Ignore:
Timestamp:
03/07/2008 10:05:54 AM (18 years ago)
Author:
matt
Message:

A number of style tweaks; widen up a little; starting to add contextual help to various forms; catching up unloved forms with new UI guidelines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r7170 r7181  
    100100$stati = array('moderated' => sprintf(__('Awaiting Moderation (%s)'), "<span class='comment-count'>$num_comments->moderated</span>"), 'approved' => __('Approved'));
    101101$class = ( '' === $comment_status ) ? ' class="current"' : '';
    102 $status_links[] = "<li><a href=\"edit-comments.php\"$class>".__('All Comments')."</a>";
     102$status_links[] = "<li><a href=\"edit-comments.php\"$class>".__('Show All Comments')."</a>";
    103103foreach ( $stati as $status => $label ) {
    104104    $class = '';
Note: See TracChangeset for help on using the changeset viewer.