diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 3ab888336..d41f2df9b 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -17,7 +17,7 @@ $bgcolor = ''; add_filter('the_title','wp_specialchars'); while (have_posts()) : the_post(); $i_post++; if ( 16 == $i_post ) - echo "\t\n\t\n"; // Hack! + echo "\t\n\t\n"; // Hack! $class = ( $i_post > 15 || 'alternate' == $class) ? '' : 'alternate'; global $current_user; $post_owner = ( $current_user->ID == $post->post_author ? 'self' : 'other' );