Make WordPress Core


Ignore:
Timestamp:
05/25/2003 12:43:31 PM (22 years ago)
Author:
saxmatt
Message:

New path system.

File:
1 edited

Legend:

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

    r46 r96  
    268268    $b2_smiliesreplace[] = "<img src='$smilies_directory/$img' alt='$smiley_masked' />";
    269269}
    270 include_once('textile.php');
    271270
    272271    add_filter('all', 'wptexturize');
    273272    add_filter('the_content', 'wpautop');
    274273    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');
    276276    // add_filter('the_content', 'textile');
    277277    // 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.