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:
parent
6dfe0a43ac
commit
f0b91458e4
|
@ -21,7 +21,7 @@
|
||||||
} elseif ( is_home() || is_front_page() ) {
|
} elseif ( is_home() || is_front_page() ) {
|
||||||
bloginfo( 'name' );
|
bloginfo( 'name' );
|
||||||
if( get_bloginfo( 'description' ) )
|
if( get_bloginfo( 'description' ) )
|
||||||
echo ' | ' . bloginfo( 'description' );
|
echo ' | ' ; bloginfo( 'description' );
|
||||||
twentyten_the_page_number();
|
twentyten_the_page_number();
|
||||||
} elseif ( is_page() ) {
|
} elseif ( is_page() ) {
|
||||||
single_post_title( '' ); echo ' | '; bloginfo( 'name' );
|
single_post_title( '' ); echo ' | '; bloginfo( 'name' );
|
||||||
|
|
Loading…
Reference in New Issue