sometimes I want to uninstall my text editor

git-svn-id: http://svn.automattic.com/wordpress/trunk@704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-01-03 05:21:38 +00:00
parent 993b10afe9
commit 9f83673977
3 changed files with 4 additions and 4 deletions

View File

@ -51,8 +51,8 @@ if ($standalone == 0) {
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title>
<link rel="stylesheet" href="../wp-images/wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="wp-favicon.png" />
<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 ?>" />
<?php
if ($redirect==1) {

View File

@ -68,7 +68,7 @@ window.close()
<title>WordPress > Bookmarklet</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="wp-favicon.png" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
<script type="text/javascript" language="javascript">
<!--
function launchupload() {

View File

@ -37,7 +37,7 @@ if ('b' == $HTTP_GET_VARS['a']) {
<title>WordPress > Sidebar</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="wp-favicon.png" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
<style type="text/css" media="screen">
form {
padding: 3px;