now using instead of
git-svn-id: https://develop.svn.wordpress.org/trunk@879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7af5c8fbcf
commit
d1047dfcf5
@ -29,8 +29,6 @@ $time_difference = get_settings('time_difference');
|
||||
$date_format = stripslashes(get_settings('date_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.
|
||||
if (($is_macIE) || ($is_lynx))
|
||||
$use_quicktags = 0;
|
||||
@ -59,7 +57,7 @@ if ($standalone == 0) {
|
||||
<title>WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?></title>
|
||||
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
||||
<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
|
||||
if ($redirect==1) {
|
||||
?>
|
||||
|
@ -71,7 +71,7 @@ window.close()
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<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="shortcut icon" href="../wp-images/wp-favicon.png" />
|
||||
<script type="text/javascript" language="javascript">
|
||||
|
@ -31,7 +31,7 @@ if ('b' == $HTTP_GET_VARS['a']) {
|
||||
?><html>
|
||||
<head>
|
||||
<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="shortcut icon" href="../wp-images/wp-favicon.png" />
|
||||
<style type="text/css" media="screen">
|
||||
|
Loading…
Reference in New Issue
Block a user