mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
fixed typo
git-svn-id: https://develop.svn.wordpress.org/trunk@842 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fd4ad0bcfc
commit
70ed355a2b
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user