Make WordPress Core

Changeset 5144


Ignore:
Timestamp:
03/30/2007 11:46:17 PM (19 years ago)
Author:
rob1n
Message:

Add missing the_title filter call. Props jhodgdon. fixes #4050

File:
1 edited

Legend:

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

    r5137 r5144  
    426426                    $arc_title = $arcresult->post_title;
    427427                    if ( $arc_title )
    428                         $text = strip_tags($arc_title);
     428                        $text = strip_tags(apply_filters('the_title', $arc_title));
    429429                    else
    430430                        $text = $arcresult->ID;
Note: See TracChangeset for help on using the changeset viewer.