Textile should be moved to plugin.

git-svn-id: https://develop.svn.wordpress.org/trunk@1014 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-03-25 20:50:50 +00:00
parent a45c044297
commit ada39aeb8e
2 changed files with 0 additions and 504 deletions
-4
View File
@@ -269,8 +269,4 @@ foreach($wpsmiliestrans as $smiley => $img) {
// Some default filters
add_filter('all', 'wptexturize');
// Uncomment the following for Textile support
// 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.
?>