Make WordPress Core


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

now using instead of

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r831 r879  
    3030$time_format = stripslashes(get_settings('time_format'));
    3131
    32 $admin_area_charset = (!isset($admin_area_charset)) ? 'iso-8859-15' : $admin_area_charset;
    33 
    3432// let's deactivate quicktags on IE Mac and Lynx, because they don't work there.
    3533if (($is_macIE) || ($is_lynx))
     
    6058<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    6159<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    62 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
     60<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset ?>" />
    6361<?php
    6462if ($redirect==1) {
Note: See TracChangeset for help on using the changeset viewer.