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

git-svn-id: https://develop.svn.wordpress.org/trunk@14282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-04-28 17:17:42 +00:00
parent 83f33b07ec
commit df17d3d901
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
} elseif ( is_home() || is_front_page() ) {
bloginfo( 'name' );
if( get_bloginfo( 'description' ) )
echo ' | ' . bloginfo( 'description' );
echo ' | ' ; bloginfo( 'description' );
twentyten_the_page_number();
} elseif ( is_page() ) {
single_post_title( '' ); echo ' | '; bloginfo( 'name' );