Make WordPress Core

Changeset 2343


Ignore:
Timestamp:
02/15/2005 12:48:36 AM (19 years ago)
Author:
saxmatt
Message:

Icon is broken

Location:
trunk
Files:
1 deleted
3 edited

Legend:

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

    r2335 r2343  
    88<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
    99<link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css" type="text/css" />
    10 <link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    1110<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
    1211
  • trunk/wp-admin/bookmarklet.php

    r2321 r2343  
    5555<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
    5656<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    57 <link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    5857
    5958<style type="text/css">
  • trunk/wp-admin/sidebar.php

    r2321 r2343  
    3333<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />
    3434<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    35 <link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
    3635<style type="text/css" media="screen">
    3736form {
Note: See TracChangeset for help on using the changeset viewer.