[wp-trac] [WordPress Trac] #14416: Dashboard wants a favicon!

WordPress Trac wp-trac at lists.automattic.com
Mon Jul 26 15:48:51 UTC 2010


#14416: Dashboard wants a favicon!
-----------------------------+----------------------------------------------
 Reporter:  hpguru           |        Owner:         
     Type:  feature request  |       Status:  closed 
 Priority:  normal           |    Milestone:         
Component:  Administration   |      Version:  3.0    
 Severity:  normal           |   Resolution:  wontfix
 Keywords:  favicon          |  
-----------------------------+----------------------------------------------
Changes (by nacin):

  * status:  new => closed
  * resolution:  => wontfix
  * milestone:  Awaiting Review =>


Comment:

 I think the dealbreaker here, besides messing with others' favicons, is
 that you won't be able to distinguish backends.

 This should work fine:
 {{{
 add_action( 'admin_head', 'my_wp_admin_favicon' );
 my_wp_admin_favicon() {
     echo '<link rel="shortcut icon"
 href="http://www.example.com/myicon.ico" />';
 }
 }}}

 Closing as wontfix.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14416#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list