Changeset 46 for trunk/b2-include/b2vars.php
- Timestamp:
- 05/23/2003 11:23:26 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2vars.php
r40 r46 4 4 5 5 #b2 version 6 $b2_version = '0. 6.1';6 $b2_version = '0.7'; 7 7 8 8 #BBcode search and replace arrays … … 268 268 $b2_smiliesreplace[] = "<img src='$smilies_directory/$img' alt='$smiley_masked' />"; 269 269 } 270 include_once('textile.php'); 270 271 271 272 add_filter('all', 'wptexturize'); 272 273 add_filter('the_content', 'wpautop'); 273 274 add_filter('comment_text', 'wpautop'); 274 275 // Uncomment the next line for Textile support 276 // add_filter('the_content', 'textile'); 277 // There is some duplication of effore so textile.php really should be tweaked to eliminate that. 275 278 ?>
Note: See TracChangeset
for help on using the changeset viewer.