From 2d31de148438dfe6d10ced4cb83ac493d0549bc3 Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Fri, 6 Feb 2004 21:00:31 +0000 Subject: [PATCH] fixed typo git-svn-id: http://svn.automattic.com/wordpress/trunk@842 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/vars.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/vars.php b/wp-includes/vars.php index f1948c5947..21462efb45 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -270,7 +270,7 @@ foreach($wpsmiliestrans as $smiley => $img) { add_filter('all', 'wptexturize'); add_filter('the_content', 'wpautop'); add_filter('comment_text', 'wpautop'); -add_falter('the_excerpt', 'wpautop'); +add_filter('the_excerpt', 'wpautop'); // Uncomment the following for Textile support // include_once('textile.php');