Make WordPress Core

Ticket #7338: 7338.001.diff

File 7338.001.diff, 1.5 KB (added by markjaquith, 17 years ago)
  • wp-content/themes/classic/header.php

     
    44<head profile="http://gmpg.org/xfn/11">
    55        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    66
    7         <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
     7        <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    88
    99        <style type="text/css" media="screen">
    1010                @import url( <?php bloginfo('stylesheet_url'); ?> );
  • wp-content/themes/default/header.php

     
    44<head profile="http://gmpg.org/xfn/11">
    55<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    66
    7 <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
     7<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    88
    99<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    1010<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />