mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Remove the "Post/Page" column when looking at comments on the edit page, fixes #7924
git-svn-id: http://svn.automattic.com/wordpress/trunk@9248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
985a5b4a3f
commit
77c138c4c0
@ -1943,6 +1943,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
|
||||
echo "<td $attributes>" . get_comment_date(__('Y/m/d \a\t g:ia')) . '</td>';
|
||||
break;
|
||||
case 'response':
|
||||
if ( 'single' !== $mode ) {
|
||||
echo "<td $attributes>\n";
|
||||
echo ""$post_link" ";
|
||||
echo '<a href="edit-comments.php?p=' . $post->ID;
|
||||
@ -1952,6 +1953,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
|
||||
echo '</td>';
|
||||
}
|
||||
}
|
||||
}
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user