[wp-trac] [WordPress Trac] #26119: New admin styling: Remove screen_icon() calls

WordPress Trac noreply at wordpress.org
Tue Nov 19 21:00:29 UTC 2013


#26119: New admin styling: Remove screen_icon() calls
----------------------------+-----------------------------
 Reporter:  TobiasBg        |      Owner:
     Type:  enhancement     |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  trunk
 Severity:  normal          |   Keywords:
----------------------------+-----------------------------
 The new admin styling (''"TSFKAMP6" -- The styling formerly known as
 MP6.'') does not show the screen icon next to each screen's `<h2>` heading
 anymore. They are hidden via CSS in wp-admin.css:
 {{{
 .icon32 {
         display: none;
 }
 }}}
 This is necessary to also hide those icons on admin screens that are added
 by plugins.

 Additionally, to remove some unnecessary HTML code, we should remove all
 calls to `screen_icon()` from Core's admin screens.

 We could then even consider deprecating `screen_icon()` and
 `get_screen_icon()`.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26119>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list