From c5dd16dd70a9362c3d09fe29af830aa712e1ec1d Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 18 Oct 2007 22:09:56 +0000 Subject: [PATCH] Remove debug cruft git-svn-id: http://svn.automattic.com/wordpress/trunk@6272 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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' );