Make WordPress Core

Changeset 886


Ignore:
Timestamp:
02/17/2004 04:57:31 AM (21 years ago)
Author:
saxmatt
Message:

Typo in previous commit.

File:
1 edited

Legend:

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

    r885 r886  
    4444    $title = get_the_title();
    4545    $title = apply_filters('the_title', $title);
    46     $title = apply_filters('the_title_rss', $title):
     46    $title = apply_filters('the_title_rss', $title);
    4747    echo $title;
    4848}
Note: See TracChangeset for help on using the changeset viewer.