Changeset 2321 for trunk/wp-content/themes/default/header.php
- Timestamp:
- 02/14/2005 04:36:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/header.php
r2254 r2321 3 3 4 4 <head profile="http://gmpg.org/xfn/11"> 5 <meta http-equiv="Content-Type" content=" text/html; charset=<?php bloginfo('charset'); ?>" />5 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 6 6 7 7 <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
Note: See TracChangeset
for help on using the changeset viewer.