From 1dd06602d4753bc24e79409f8577ccb1c1fc5a7a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 18 Oct 2007 22:09:56 +0000 Subject: [PATCH] Remove debug cruft git-svn-id: https://develop.svn.wordpress.org/trunk@6272 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-post-rows.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 3ab888336f..d41f2df9b5 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' );