Remove dead code. props azaozz, see #11882.

git-svn-id: https://develop.svn.wordpress.org/trunk@14156 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-18 16:49:18 +00:00
parent bf00891a05
commit 1061d2e414
1 changed files with 0 additions and 2 deletions

View File

@ -1249,8 +1249,6 @@ function post_rows( $posts = array() ) {
$post_ids[] = $a_post->ID;
$comment_pending_count = get_pending_comments_num($post_ids);
if ( empty($comment_pending_count) )
$comment_pending_count = array();
foreach ( $posts as $post ) {
if ( empty($comment_pending_count[$post->ID]) )