Make WordPress Core


Ignore:
Timestamp:
03/14/2005 01:02:04 AM (20 years ago)
Author:
ryan
Message:

Apply filters to auto excerpt before tags are stripped. http://mosquito.wordpress.org/view.php?id=918 Props: kim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/markdown.php

    r2128 r2443  
    4646    add_filter('the_content', 'Markdown', 6);
    4747    add_filter('the_excerpt', 'Markdown', 6);
     48    add_filter('the_excerpt_rss', 'Markdown', 6);
    4849    add_filter('comment_text', 'Markdown', 6);
    4950}
Note: See TracChangeset for help on using the changeset viewer.