Changeset 880 for trunk/wp.php
- Timestamp:
- 02/17/2004 02:29:20 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp.php
r628 r880 8 8 <title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title> 9 9 <!-- Change charset if needed(?) But please do not remove this metatag --> 10 <meta http-equiv="Content-Type" content="text/html; charset= iso-8859-1" />10 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" /> 11 11 <meta name="generator" content="WordPress <?php $wp_version ?>" /> <!-- leave this for stats --> 12 12 <meta http-equiv="reply-to" content="you@somewhere.zzz" />
Note: See TracChangeset
for help on using the changeset viewer.