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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-04-28 17:17:42 +00:00
parent 6dfe0a43ac
commit f0b91458e4
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' );