Changeset 879 for trunk/wp-admin/admin-header.php
- Timestamp:
- 02/17/2004 02:17:21 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r831 r879 30 30 $time_format = stripslashes(get_settings('time_format')); 31 31 32 $admin_area_charset = (!isset($admin_area_charset)) ? 'iso-8859-15' : $admin_area_charset;33 34 32 // let's deactivate quicktags on IE Mac and Lynx, because they don't work there. 35 33 if (($is_macIE) || ($is_lynx)) … … 60 58 <link rel="stylesheet" href="wp-admin.css" type="text/css" /> 61 59 <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 ?>" /> 63 61 <?php 64 62 if ($redirect==1) {
Note: See TracChangeset
for help on using the changeset viewer.