[wp-trac] [WordPress Trac] #16238: convert_to_screen() doesn't support network/user admin
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 15 01:41:51 UTC 2011
#16238: convert_to_screen() doesn't support network/user admin
----------------------------+-----------------------------
Reporter: kawauso | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------
The new Network and User dashboards use the `-network` and `-user` slugs
respectively in the screen ID.
When using `add_contextual_help()` in the context of a plugin, developers
are likely to be using the string result of `add_submenu_page()`. This is
passed to `convert_to_screen()` and is always treated as having no
specific context, resulting in the contextual help not being displayed
outside of the standard dashboard. The same is likely to apply for other
uses of `convert_to_screen()`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16238>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list