Make WordPress Core

Changeset 704


Ignore:
Timestamp:
01/03/2004 05:21:38 AM (21 years ago)
Author:
michelvaldrighi
Message:

sometimes I want to uninstall my text editor

Location:
trunk/wp-admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r703 r704  
    5252<head>
    5353<title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title>
    54 <link rel="stylesheet" href="../wp-images/wp-admin.css" type="text/css" />
    55 <link rel="shortcut icon" href="wp-favicon.png" />
     54<link rel="stylesheet" href="wp-admin.css" type="text/css" />
     55<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    5656<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
    5757<?php
  • trunk/wp-admin/bookmarklet.php

    r703 r704  
    6969<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
    7070<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    71 <link rel="shortcut icon" href="wp-favicon.png" />
     71<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    7272<script type="text/javascript" language="javascript">
    7373<!--
  • trunk/wp-admin/sidebar.php

    r703 r704  
    3838<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
    3939<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    40 <link rel="shortcut icon" href="wp-favicon.png" />
     40<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    4141<style type="text/css" media="screen">
    4242form {
Note: See TracChangeset for help on using the changeset viewer.