Changeset 5014 for trunk/wp-includes/general-template.php
- Timestamp:
- 03/10/2007 05:13:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r5013 r5014 216 216 if ( is_single() || is_page() ) { 217 217 $post = $wp_query->get_queried_object(); 218 $title = apply_filters('single_post_title', $title); 218 219 $title = strip_tags($post->post_title); 219 $title = apply_filters('single_post_title', $title);220 220 } 221 221
Note: See TracChangeset
for help on using the changeset viewer.