[wp-trac] [WordPress Trac] #19154: Add a (simple) way to disable the help tab.
WordPress Trac
wp-trac at lists.automattic.com
Fri Nov 4 20:28:53 UTC 2011
#19154: Add a (simple) way to disable the help tab.
--------------------------+--------------------
Reporter: koopersmith | Owner: nacin
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.3
Component: General | Version: 3.3
Severity: normal | Resolution:
Keywords: |
--------------------------+--------------------
Comment (by nacin):
The default help might change once the sidebar and such is set, so we'll
use this ticket to track it.
I'm thinking a method that either kills (or sets) the default help, or all
help.
One option would be a simple filter that we could do either before admin-
header is included, or that a plugin could do on load-$pagenow:
`add_filter( "show_help_" . get_current_screen()-id, '__return_false' )`
Or something like that.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19154#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list