Make WordPress Core

Changeset 956 for trunk/wp.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/wp.php

    r945 r956  
    88  <title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
    99  <!-- 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'); ?>" />
    1111  <meta name="generator" content="WordPress <?php $wp_version ?>" /> <!-- leave this for stats -->
    1212  <meta http-equiv="reply-to" content="you@somewhere.zzz" />
Note: See TracChangeset for help on using the changeset viewer.