Refactoring of template tags to use filters, use TABS (!!!), and general cleanliness, which is next to godliness. Some get_settings improvements, less globals.

git-svn-id: https://develop.svn.wordpress.org/trunk@885 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-02-17 04:56:29 +00:00
parent 1c58817681
commit d6a30cc0e8
8 changed files with 267 additions and 316 deletions
-3
View File
@@ -268,9 +268,6 @@ foreach($wpsmiliestrans as $smiley => $img) {
// Some default filters
add_filter('all', 'wptexturize');
add_filter('the_content', 'wpautop');
add_filter('comment_text', 'wpautop');
add_filter('the_excerpt', 'wpautop');
// Uncomment the following for Textile support
// include_once('textile.php');