Changeset 5811
- Timestamp:
- 07/21/2007 12:05:28 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-post-rows.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.