Changeset 4495 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r4480 r4495 144 144 $authordata = get_userdata($wpdb->get_var("SELECT post_author FROM $wpdb->posts WHERE ID = $comment->comment_post_ID")); 145 145 $comment_status = wp_get_comment_status($comment->comment_ID); 146 if ('unapproved' == $comment_status) 146 if ('unapproved' == $comment_status) 147 147 $class .= ' unapproved'; 148 148 if ($i % 2) … … 154 154 <?php comment_text() ?> 155 155 156 <p><?php comment_date('M j, g:i A'); ?> — [ 156 <p><?php comment_date('M j, g:i A'); ?> — [ 157 157 <?php 158 158 if ( current_user_can('edit_post', $comment->comment_post_ID) ) { … … 182 182 ?> 183 183 <p> 184 <strong><?php _e('No comments found.') ?></strong></p>184 <strong><?php _e('No comments found.') ?></strong></p> 185 185 186 186 <?php
Note: See TracChangeset
for help on using the changeset viewer.