Changeset 96 for trunk/b2-include/b2vars.php
- Timestamp:
- 05/25/2003 12:43:31 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2vars.php
r46 r96 268 268 $b2_smiliesreplace[] = "<img src='$smilies_directory/$img' alt='$smiley_masked' />"; 269 269 } 270 include_once('textile.php');271 270 272 271 add_filter('all', 'wptexturize'); 273 272 add_filter('the_content', 'wpautop'); 274 273 add_filter('comment_text', 'wpautop'); 275 // Uncomment the next line for Textile support 274 // Uncomment the following for Textile support 275 // include_once('textile.php'); 276 276 // add_filter('the_content', 'textile'); 277 277 // There is some duplication of effore so textile.php really should be tweaked to eliminate that.
Note: See TracChangeset
for help on using the changeset viewer.