Changeset 956 for trunk/wp.php
- Timestamp:
- 03/01/2004 06:13:32 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp.php
r945 r956 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=<?php echo $blog_charset; ?>" />10 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('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.