Changeset 5811

Show
Ignore:
Timestamp:
07/21/07 00:05:28 (1 year ago)
Author:
ryan
Message:

add title filter outside of the loop. Do we even need it?

Files:

Legend:

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

    r5799 r5811  
    1313if ( have_posts() ) { 
    1414$bgcolor = ''; 
     15add_filter('the_title','wp_specialchars'); 
    1516while (have_posts()) : the_post(); 
    16 add_filter('the_title','wp_specialchars'); 
    1717$class = ('alternate' == $class) ? '' : 'alternate'; 
    1818global $current_user;