Changeset 13512 for trunk/wp-content/themes/twentyten/header.php
- Timestamp:
- 02/28/2010 08:00:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/header.php
r13498 r13512 2 2 <html <?php language_attributes(); ?>> 3 3 <head> 4 <title><?php5 if ( is_single() ) {4 <title><?php 5 if ( is_single() ) { 6 6 single_post_title(); echo ' | '; bloginfo('name'); 7 7 } elseif ( is_home() || is_front_page() ) { … … 16 16 wp_title(''); echo ' | '; bloginfo('name'); twentyten_the_page_number(); 17 17 } 18 ?></title>18 ?></title> 19 19 20 20 <meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.