Remove dead code. props azaozz, see #11882.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-04-18 16:49:18 +00:00
parent 98b9ace627
commit b4da392519
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]) )