Make WordPress Core

Changeset 15877


Ignore:
Timestamp:
10/20/2010 10:44:15 PM (14 years ago)
Author:
markjaquith
Message:

Push capital P filter back behind the wpautop one to catch Wordpress after opening HTML tag

File:
1 edited

Legend:

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

    r15806 r15877  
    9696
    9797// Format WordPress
    98 foreach ( array( 'the_content', 'the_title', 'comment_text' ) as $filter )
     98foreach ( array( 'the_content', 'the_title' ) as $filter )
    9999    add_filter( $filter, 'capital_P_dangit', 11 );
     100add_filter( 'comment_text', 'capital_P_dangit', 31 );
    100101
    101102// Format titles
Note: See TracChangeset for help on using the changeset viewer.