Make WordPress Core


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

added fancy support for favicon in the admin area

File:
1 edited

Legend:

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

    r694 r703  
    6767<head>
    6868<title>WordPress > Bookmarklet</title>
     69<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
    6970<link rel="stylesheet" href="wp-admin.css" type="text/css" />
    70 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />
     71<link rel="shortcut icon" href="wp-favicon.png" />
    7172<script type="text/javascript" language="javascript">
    7273<!--
Note: See TracChangeset for help on using the changeset viewer.