Make WordPress Core


Ignore:
Timestamp:
02/28/2010 08:00:49 PM (16 years ago)
Author:
ryan
Message:

Menu enhancements. Props ptahdunbar. fixes #11817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/header.php

    r13498 r13512  
    22<html <?php language_attributes(); ?>>
    33<head>
    4     <title><?php
    5         if ( is_single() ) {
     4    <title><?php
     5        if ( is_single() ) {
    66            single_post_title(); echo ' | '; bloginfo('name');
    77        } elseif ( is_home() || is_front_page() ) {
     
    1616            wp_title(''); echo ' | '; bloginfo('name'); twentyten_the_page_number();
    1717        }
    18     ?></title>
     18    ?></title>
    1919
    2020    <meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.