now using instead of
git-svn-id: http://svn.automattic.com/wordpress/trunk@879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4e12355549
commit
9407f360c9
|
@ -29,8 +29,6 @@ $time_difference = get_settings('time_difference');
|
||||||
$date_format = stripslashes(get_settings('date_format'));
|
$date_format = stripslashes(get_settings('date_format'));
|
||||||
$time_format = stripslashes(get_settings('time_format'));
|
$time_format = stripslashes(get_settings('time_format'));
|
||||||
|
|
||||||
$admin_area_charset = (!isset($admin_area_charset)) ? 'iso-8859-15' : $admin_area_charset;
|
|
||||||
|
|
||||||
// let's deactivate quicktags on IE Mac and Lynx, because they don't work there.
|
// let's deactivate quicktags on IE Mac and Lynx, because they don't work there.
|
||||||
if (($is_macIE) || ($is_lynx))
|
if (($is_macIE) || ($is_lynx))
|
||||||
$use_quicktags = 0;
|
$use_quicktags = 0;
|
||||||
|
@ -59,7 +57,7 @@ if ($standalone == 0) {
|
||||||
<title>WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?></title>
|
<title>WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?></title>
|
||||||
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
||||||
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
|
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset ?>" />
|
||||||
<?php
|
<?php
|
||||||
if ($redirect==1) {
|
if ($redirect==1) {
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -71,7 +71,7 @@ window.close()
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>WordPress > Bookmarklet</title>
|
<title>WordPress > Bookmarklet</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset ?>" />
|
||||||
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
||||||
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
|
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript" language="javascript">
|
||||||
|
|
|
@ -31,7 +31,7 @@ if ('b' == $HTTP_GET_VARS['a']) {
|
||||||
?><html>
|
?><html>
|
||||||
<head>
|
<head>
|
||||||
<title>WordPress › Sidebar</title>
|
<title>WordPress › Sidebar</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $blog_charset ?>" />
|
||||||
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
||||||
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
|
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
|
|
Loading…
Reference in New Issue