Changeset 6272

Show
Ignore:
Timestamp:
10/18/07 22:09:56 (1 year ago)
Author:
ryan
Message:

Remove debug cruft

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-post-rows.php

    r6257 r6272  
    1818while (have_posts()) : the_post(); $i_post++; 
    1919if ( 16 == $i_post ) 
    20     echo "\t</tbody>\n\t<tbody id='the-extra-list' class='list:post' style='color: red'>\n"; // Hack! 
     20    echo "\t</tbody>\n\t<tbody id='the-extra-list' class='list:post' style='display: none'>\n"; // Hack! 
    2121$class = ( $i_post > 15 || 'alternate' == $class) ? '' : 'alternate'; 
    2222global $current_user;