Make WordPress Core

Changeset 25093


Ignore:
Timestamp:
08/22/2013 09:58:30 PM (11 years ago)
Author:
nacin
Message:

Format WordPress in <title> tags produced by wp_title().

props evansolomon.
fixes #19211.

File:
1 edited

Legend:

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

    r24915 r25093  
    101101
    102102// Format WordPress
    103 foreach ( array( 'the_content', 'the_title' ) as $filter )
     103foreach ( array( 'the_content', 'the_title', 'wp_title' ) as $filter )
    104104    add_filter( $filter, 'capital_P_dangit', 11 );
    105105add_filter( 'comment_text', 'capital_P_dangit', 31 );
Note: See TracChangeset for help on using the changeset viewer.