Changeset 15
- Timestamp:
- 05/06/2003 08:07:29 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2vars.php
r8 r15 269 269 } 270 270 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'); 275 274 276 275 ?>
Note: See TracChangeset
for help on using the changeset viewer.