Opened 16 years ago
Closed 16 years ago
#14959 closed enhancement (fixed)
Pass post type as class to screen_icon()
| Reported by: | jfarthing84 | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Posts, Post Types | Version: | 3.0.1 |
| Severity: | normal | Keywords: | dev-feedback has-patch |
| Cc: | Focuses: |
Description
Just like we are able to set custom icons for post types in the admin menu via CSS by using the #menu-posts-{post_type}, we should be able to do the same for screen_icon(). The post type should be passed as a class, along with icon32. Perhaps "icon32-{post_type}".
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [15661]) Add a post type class to screen icons. props jfarthing84 for initial patch. see #14959.