[wp-trac] [WordPress Trac] #19080: CPT identifier class name missing from #icon-edit DIV
WordPress Trac
wp-trac at lists.automattic.com
Sat Oct 29 02:57:34 UTC 2011
#19080: CPT identifier class name missing from #icon-edit DIV
-------------------------------+-----------------------
Reporter: fjarrett | Owner: nacin
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.3
Component: UI | Version: 3.3
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+-----------------------
Comment (by SergeyBiryukov):
`WP_Screen::get()` called from `add_meta_box()`:
{{{
WP_Screen Object( [base] => slide, [id] => slide, [post_type] => , ... )
}}}
Second time, called from `set_current_screen()` (with premature return
commented out):
{{{
WP_Screen Object( [base] => post, [id] => slide, [post_type] => slide, ...
)
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19080#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list