[wp-cvs] wordpress/wp-admin admin-header.php, 1.42, 1.43 bookmarklet.php, 1.21, 1.22 sidebar.php, 1.15, 1.16

Matthew Mullenweg saxmatt at users.sourceforge.net
Tue Feb 15 00:48:38 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24281/wp-admin

Modified Files:
	admin-header.php bookmarklet.php sidebar.php 
Log Message:
Icon is broken

Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** admin-header.php	14 Feb 2005 20:08:29 -0000	1.42
--- admin-header.php	15 Feb 2005 00:48:36 -0000	1.43
***************
*** 8,12 ****
  <title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
  <link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css" type="text/css" />
- <link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
  <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
  
--- 8,11 ----

Index: sidebar.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/sidebar.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** sidebar.php	14 Feb 2005 04:36:55 -0000	1.15
--- sidebar.php	15 Feb 2005 00:48:36 -0000	1.16
***************
*** 33,37 ****
  <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('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">
  form {
--- 33,36 ----

Index: bookmarklet.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/bookmarklet.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** bookmarklet.php	14 Feb 2005 04:36:55 -0000	1.21
--- bookmarklet.php	15 Feb 2005 00:48:36 -0000	1.22
***************
*** 55,59 ****
  <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('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">
--- 55,58 ----



More information about the cvs mailing list