Changeset 879

Show
Ignore:
Timestamp:
02/17/04 02:17:21 (5 years ago)
Author:
michelvaldrighi
Message:

now using instead of

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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) { 
  • trunk/wp-admin/bookmarklet.php

    r738 r879  
    7272<head> 
    7373<title>WordPress > Bookmarklet</title> 
    74 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 
     74<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset ?>" /> 
    7575<link rel="stylesheet" href="wp-admin.css" type="text/css" /> 
    7676<link rel="shortcut icon" href="../wp-images/wp-favicon.png" /> 
  • trunk/wp-admin/sidebar.php

    r877 r879  
    3232<head> 
    3333<title>WordPress &rsaquo; Sidebar</title> 
    34 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 
     34<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset ?>" /> 
    3535<link rel="stylesheet" href="wp-admin.css" type="text/css" /> 
    3636<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />