Make WordPress Core


Ignore:
Timestamp:
07/08/2010 07:43:04 PM (14 years ago)
Author:
markjaquith
Message:

More judicious Wordpress-to-WordPress correction, to avoid bungling reasonable URLs. fixes #13971 for 3.0

File:
1 edited

Legend:

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

    r15254 r15378  
    8989// Format WordPress
    9090foreach ( array( 'the_content', 'the_title', 'comment_text' ) as $filter )
    91     add_filter( $filter, 'capital_P_dangit' );
     91    add_filter( $filter, 'capital_P_dangit', 11 );
    9292
    9393// Format titles
Note: See TracChangeset for help on using the changeset viewer.