Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#13637 closed defect (bug) (invalid)

Bug in function "semantic_title"

Reported by: kruncher Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords:
Cc:

Description

In "semantic-classes.php" at line 62 the code reads:

else : wp_title( '&raquo', 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)

comment:1   dd323 years ago

  • Milestone Unassigned deleted
  • Resolution set to invalid
  • Status changed from new to closed

{{semantic-classes.php}}} is not a Core WordPress file.

Right, it's from WP Framework.

How to report bug from WordPress Framework then? I was referred to this site by someone in the WordPress.org forums.

comment:4   dd323 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.