Make WordPress Core


Ignore:
Timestamp:
02/17/2004 04:56:29 AM (22 years ago)
Author:
saxmatt
Message:

Refactoring of template tags to use filters, use TABS (!!!), and general cleanliness, which is next to godliness. Some get_settings improvements, less globals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/vars.php

    r842 r885  
    269269// Some default filters
    270270add_filter('all', 'wptexturize');
    271 add_filter('the_content', 'wpautop');
    272 add_filter('comment_text', 'wpautop');
    273 add_filter('the_excerpt', 'wpautop');
    274271
    275272// Uncomment the following for Textile support
Note: See TracChangeset for help on using the changeset viewer.