Make WordPress Core


Ignore:
Timestamp:
10/28/2008 04:53:52 AM (17 years ago)
Author:
markjaquith
Message:

Make wp_title() sort titles based on separator direction. Reverse the titles in bundled theme. Better SEO. fixes #7338

File:
1 edited

Legend:

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

    r8999 r9376  
    1111    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    1212
    13     <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
     13    <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    1414
    1515    <style type="text/css" media="screen">
Note: See TracChangeset for help on using the changeset viewer.