Changeset 15877
- Timestamp:
- 10/20/2010 10:44:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r15806 r15877 96 96 97 97 // Format WordPress 98 foreach ( array( 'the_content', 'the_title' , 'comment_text') as $filter )98 foreach ( array( 'the_content', 'the_title' ) as $filter ) 99 99 add_filter( $filter, 'capital_P_dangit', 11 ); 100 add_filter( 'comment_text', 'capital_P_dangit', 31 ); 100 101 101 102 // Format titles
Note: See TracChangeset
for help on using the changeset viewer.