Changeset 5811
- Timestamp:
- 07/21/07 00:05:28 (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
r5799 r5811 13 13 if ( have_posts() ) { 14 14 $bgcolor = ''; 15 add_filter('the_title','wp_specialchars'); 15 16 while (have_posts()) : the_post(); 16 add_filter('the_title','wp_specialchars');17 17 $class = ('alternate' == $class) ? '' : 'alternate'; 18 18 global $current_user;
