Make WordPress Core


Ignore:
Timestamp:
06/25/2007 05:48:35 PM (17 years ago)
Author:
ryan
Message:

Move the_title filter to get_the_title. Props jhodgdon. fixes #4477

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r5708 r5752  
    365365        echo ' class="'.$CSSclass.'"';
    366366    }
    367     $title = attribute_escape(apply_filters('the_title', get_the_title()));
     367    $title = attribute_escape(get_the_title());
    368368    echo ' title="' . sprintf( __('Comment on %s'), $title ) .'">';
    369369    comments_number($zero, $one, $more, $number);
Note: See TracChangeset for help on using the changeset viewer.