Changeset 7181 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 03/07/2008 10:05:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r7170 r7181 100 100 $stati = array('moderated' => sprintf(__('Awaiting Moderation (%s)'), "<span class='comment-count'>$num_comments->moderated</span>"), 'approved' => __('Approved')); 101 101 $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>"; 103 103 foreach ( $stati as $status => $label ) { 104 104 $class = '';
Note: See TracChangeset
for help on using the changeset viewer.