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