Changeset 6272
- Timestamp:
- 10/18/07 22:09:56 (1 year ago)
- Files:
-
- trunk/wp-admin/edit-post-rows.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-post-rows.php
r6257 r6272 18 18 while (have_posts()) : the_post(); $i_post++; 19 19 if ( 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! 21 21 $class = ( $i_post > 15 || 'alternate' == $class) ? '' : 'alternate'; 22 22 global $current_user;
