Opened 15 years ago
Closed 15 years ago
#14702 closed defect (bug) (wontfix)
twentyten meta charset change
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Themes | Keywords: | |
| Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
<meta charset="<?php bloginfo( 'charset' ); ?>" />is HTML5. So yeah. the theme review documentation should probably be updated to reflect that.