Make WordPress Core


Ignore:
Timestamp:
02/22/2008 05:53:47 AM (17 years ago)
Author:
ryan
Message:

Media library work from andy. see #5911

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r6789 r6974  
    126126add_filter('single_post_title', 'wptexturize');
    127127
     128add_filter('wp_sprintf', 'wp_sprintf_l', 10, 2);
     129
    128130// RSS filters
    129131add_filter('the_title_rss', 'strip_tags');
Note: See TracChangeset for help on using the changeset viewer.