Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:27:25 PM (15 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r13652 r13733  
    8787}
    8888
    89 // Format titles 
     89// Format titles
    9090foreach ( array( 'single_post_title', 'single_cat_title', 'single_tag_title', 'single_month_title' ) as $filter ) {
    9191    add_filter( $filter, 'wptexturize' );
Note: See TracChangeset for help on using the changeset viewer.