Changeset 7057 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 02/27/2008 12:46:27 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
r7050 r7057 180 180 $authordata = get_userdata($post->post_author); 181 181 $the_comment_status = wp_get_comment_status($comment->comment_ID); 182 $class = ('alternate' == $class) ? '' : ''; 183 $class .= ('unapproved' == $the_comment_status) ? ' unapproved' : ''; 182 $class = ('unapproved' == $the_comment_status) ? 'unapproved' : ''; 184 183 $post_link = '<a href="' . get_comment_link() . '">' . get_the_title($comment->comment_post_ID) . '</a>'; 185 184 $author_url = get_comment_author_url();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)