[wp-trac] Re: [WordPress Trac] #7328: Add favicon to /wp-admin/

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 1 19:17:03 GMT 2008


#7328: Add favicon to /wp-admin/
----------------------------+-----------------------------------------------
 Reporter:  bi0xid          |        Owner:  anonymous
     Type:  enhancement     |       Status:  new      
 Priority:  lowest          |    Milestone:  2.7      
Component:  Administration  |      Version:  2.6      
 Severity:  trivial         |   Resolution:           
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by Otto42):

 Seems like plugin territory to me.

 {{{
 <?php function admin_favicon() { ?>
 <link rel="shortcut icon" href="your-admin-icon.ico" type="image/x-icon"
 />
 <?php }
 add_action('admin_head','admin_favicon');
 ?>
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7328#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list