Make WordPress Core


Ignore:
Timestamp:
12/23/2003 08:51:04 PM (22 years ago)
Author:
saxmatt
Message:

Template tag for category_description and set $cat if you have category_name thing going on. Space out options screen.

File:
1 edited

Legend:

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

    r629 r643  
    270270}
    271271
     272
     273// Some default filters
    272274add_filter('all', 'wptexturize');
    273275add_filter('the_content', 'wpautop');
    274276add_filter('comment_text', 'wpautop');
     277
    275278// Uncomment the following for Textile support
    276279// include_once('textile.php');
Note: See TracChangeset for help on using the changeset viewer.