Make WordPress Core

Changeset 15


Ignore:
Timestamp:
05/06/2003 08:07:29 AM (21 years ago)
Author:
saxmatt
Message:

Use new features (texturize etc.) by default.

File:
1 edited

Legend:

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

    r8 r15  
    269269}
    270270
    271 # sets curly quotes on or off from the config
    272 if (isset($use_smartquotes) && ($use_smartquotes)) {
    273     add_filter('all', 'phpcurlme');
    274 }
     271    add_filter('all', 'wptexturize');
     272    add_filter('the_content', 'wpautop');
     273    add_filter('comment_text', 'wpautop');
    275274
    276275?>
Note: See TracChangeset for help on using the changeset viewer.