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:
parent
993b10afe9
commit
9f83673977
|
@ -51,8 +51,8 @@ if ($standalone == 0) {
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>WordPress › <?php bloginfo('name') ?> › <?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) {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue