Ticket #19211: 19211.2.patch
| File 19211.2.patch, 495 bytes (added by , 12 years ago) |
|---|
-
wp-includes/default-filters.php
100 100 } 101 101 102 102 // Format WordPress 103 foreach ( array( 'the_content', 'the_title' ) as $filter )103 foreach ( array( 'the_content', 'the_title', 'wp_title' ) as $filter ) 104 104 add_filter( $filter, 'capital_P_dangit', 11 ); 105 105 add_filter( 'comment_text', 'capital_P_dangit', 31 ); 106 106