Changeset 9355 for trunk/wp-includes/general-template.php
- Timestamp:
- 10/26/2008 01:03:50 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r9333 r9355 431 431 432 432 // If there is a post 433 if ( is_single() || is_page() ) {433 if ( ( is_single() || is_page() || is_home() ) && !( is_front_page() && is_page() ) ) { 434 434 $post = $wp_query->get_queried_object(); 435 435 $title = strip_tags( apply_filters( 'single_post_title', $post->post_title ) );
Note: See TracChangeset
for help on using the changeset viewer.