whitespace

git-svn-id: https://develop.svn.wordpress.org/trunk@218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-06-12 22:46:04 +00:00
parent aba4d40fb0
commit 783b83f28e
1 changed files with 52 additions and 52 deletions

View File

@ -272,7 +272,7 @@ foreach($b2smiliestrans as $smiley => $img) {
add_filter('the_content', 'wpautop');
add_filter('comment_text', 'wpautop');
// Uncomment the following for Textile support
// include_once('textile.php');
// add_filter('the_content', 'textile');
// There is some duplication of effore so textile.php really should be tweaked to eliminate that.
//include_once('textile.php');
//add_filter('the_content', 'textile');
// There is some duplication of effort so textile.php really should be tweaked to eliminate that.
?>