Make WordPress Core


Ignore:
Timestamp:
12/14/2004 09:10:34 AM (21 years ago)
Author:
saxmatt
Message:

Texturize bloginfo.

File:
1 edited

Legend:

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

    r1940 r1952  
    192192add_filter('the_content', 'wptexturize');
    193193add_filter('the_excerpt', 'wptexturize');
     194add_filter('bloginfo', 'wptexturize');
     195
    194196?>
Note: See TracChangeset for help on using the changeset viewer.