[wp-trac] [WordPress Trac] #13637: Bug in function "semantic_title"
WordPress Trac
wp-trac at lists.automattic.com
Sun May 30 11:32:36 UTC 2010
#13637: Bug in function "semantic_title"
--------------------------+-------------------------------------------------
Reporter: kruncher | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
In "semantic-classes.php" at line 62 the code reads:
{{{
else : wp_title( '»', true, 'left' ); bloginfo( 'name' );
}}}
But I believe that a semi-colon is missing. Additionally I have found that
the title appears better when 'right' is specified instead of 'left'.
{{{
else : wp_title( '»', true, 'right' ); bloginfo( 'name' );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13637>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list