Make WordPress Core

Changeset 880 for trunk/index.php


Ignore:
Timestamp:
02/17/2004 02:29:20 AM (21 years ago)
Author:
michelvaldrighi
Message:

now using instead of iso-8859-1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r873 r880  
    1212    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
    1313   
    14     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     14    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" />
    1515    <meta name="generator" content="WordPress <?php echo $wp_version; ?>" /> <!-- leave this for stats -->
    1616
Note: See TracChangeset for help on using the changeset viewer.