#13637 closed defect (bug) (invalid)
Bug in function "semantic_title"
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
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' );
Change History (4)
#1
@
16 years ago
- Milestone Unassigned deleted
- Resolution set to invalid
- Status changed from new to closed
#3
@
16 years ago
How to report bug from WordPress Framework then? I was referred to this site by someone in the WordPress.org forums.
#4
@
16 years ago
How to report bug from WordPress Framework then?
I'm not sure, You'll have to visit their site and attempt to find a support email or forum. You can also try asking in the support forums for how to do it, This is not the place for it.
Note: See
TracTickets for help on using
tickets.
{{semantic-classes.php}}} is not a Core WordPress file.