Changeset 704
- Timestamp:
- 01/03/2004 05:21:38 AM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r703 r704 52 52 <head> 53 53 <title>WordPress › <?php bloginfo('name') ?> › <?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" /> 56 56 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 57 57 <?php -
trunk/wp-admin/bookmarklet.php
r703 r704 69 69 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 70 70 <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" /> 72 72 <script type="text/javascript" language="javascript"> 73 73 <!-- -
trunk/wp-admin/sidebar.php
r703 r704 38 38 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 39 39 <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" /> 41 41 <style type="text/css" media="screen"> 42 42 form {
Note: See TracChangeset
for help on using the changeset viewer.