Make WordPress Core

Changeset 14282


Ignore:
Timestamp:
04/28/2010 05:17:42 PM (15 years ago)
Author:
iammattthomas
Message:

In Twenty Ten, fix the ordering of items in the title tag.

File:
1 edited

Legend:

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

    r14281 r14282  
    2222            bloginfo( 'name' );
    2323            if( get_bloginfo( 'description' ) )
    24                 echo ' | ' . bloginfo( 'description' );
     24                echo ' | ' ; bloginfo( 'description' );
    2525            twentyten_the_page_number();
    2626        } elseif ( is_page() ) {
Note: See TracChangeset for help on using the changeset viewer.