taylorcaustin10
Member
Posted 1 year ago #
I've researched multiple articles about how to modify the contextual help for each page in the WordPress Admin, but all of them apply to WP2.9 or earlier. Apparently, some tags and hooks changed in 3.0.
All I basically want to do is edit some of WordPress' default Help text, plus add some for my plugin.
wpwalker
Member
Posted 1 year ago #
I found it here: http://codex.wordpress.org/Adding_Contextual_Help_to_Administration_Menus
Under the header "Adding The Contextual Help Function":
As of WordPress 3.0, contextual help menus require three parameters to be passed to it. ...
Hope this ... uh ... helps! :)