Opened 3 years ago

Closed 3 years ago

#14702 closed defect (bug) (wontfix)

twentyten meta charset change

Reported by: Frumph Owned by:
Priority: normal Milestone:
Component: Themes Version:
Severity: normal Keywords:
Cc:

Description

The theme_review docs state that the met charset= should be written as

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

If someone can verify that is the required for twenty-ten and put it in, that would be great.

And if it isn't the theme review documentation might be wrong and needs updating to what is proper.

Change History (1)

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

<meta charset="<?php bloginfo( 'charset' ); ?>" /> is HTML5. So yeah. the theme review documentation should probably be updated to reflect that.

Note: See TracTickets for help on using tickets.