Changeset 5625 for branches/2.2/wp-includes/general-template.php
- Timestamp:
- 06/01/2007 10:54:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/general-template.php
r5620 r5625 219 219 if ( is_single() || is_page() ) { 220 220 $post = $wp_query->get_queried_object(); 221 $title = apply_filters('single_post_title', $title); 222 $title = strip_tags($post->post_title); 221 $title = strip_tags( apply_filters( 'single_post_title', $post->post_title ) ); 223 222 } 224 223
Note: See TracChangeset
for help on using the changeset viewer.