Make WordPress Core

Opened 16 years ago

Closed 16 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: Focuses:

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)

#1 @nacin
16 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

<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.