Make WordPress Core

Changeset 956 for trunk/index.php


Ignore:
Timestamp:
03/01/2004 06:13:32 AM (21 years ago)
Author:
saxmatt
Message:

Migration to get_settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r950 r956  
    1212    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
    1313   
    14     <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset; ?>" />
     14    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('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.