Ticket #3755: general-template.php.diff
| File general-template.php.diff, 633 bytes (added by , 19 years ago) |
|---|
-
E:/EclipseWork/WordPressDev/wp-includes/general-template.php
203 203 204 204 // If there is a post 205 205 if ( is_single() || is_page() ) { 206 $title = strip_tags($posts[0]->post_title); 207 $title = apply_filters('single_post_title', $title); 206 $title = $posts[0]->post_title; 207 $title = apply_filters('single_post_title', $title); 208 $title = strip_tags($title); 208 209 } 209 210 210 211 $prefix = '';