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

git-svn-id: https://develop.svn.wordpress.org/trunk@2443 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-03-14 01:02:04 +00:00
parent 1e268f40ac
commit 310589c667
2 changed files with 12 additions and 17 deletions

View File

@@ -45,6 +45,7 @@ if (isset($wp_version)) {
# Add Markdown filter with priority 6 (same as Textile).
add_filter('the_content', 'Markdown', 6);
add_filter('the_excerpt', 'Markdown', 6);
add_filter('the_excerpt_rss', 'Markdown', 6);
add_filter('comment_text', 'Markdown', 6);
}