Make WordPress Core


Ignore:
Timestamp:
05/23/2003 11:23:26 AM (22 years ago)
Author:
saxmatt
Message:

Rough Textile support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2vars.php

    r40 r46  
    44
    55#b2 version
    6 $b2_version = '0.6.1';
     6$b2_version = '0.7';
    77
    88#BBcode search and replace arrays
     
    268268    $b2_smiliesreplace[] = "<img src='$smilies_directory/$img' alt='$smiley_masked' />";
    269269}
     270include_once('textile.php');
    270271
    271272    add_filter('all', 'wptexturize');
    272273    add_filter('the_content', 'wpautop');
    273274    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.
    275278?>
Note: See TracChangeset for help on using the changeset viewer.