Changeset 643 for trunk/wp-includes/vars.php
- Timestamp:
- 12/23/2003 08:51:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/vars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r629 r643 270 270 } 271 271 272 273 // Some default filters 272 274 add_filter('all', 'wptexturize'); 273 275 add_filter('the_content', 'wpautop'); 274 276 add_filter('comment_text', 'wpautop'); 277 275 278 // Uncomment the following for Textile support 276 279 // include_once('textile.php');
Note: See TracChangeset
for help on using the changeset viewer.