Not sure why this question was dismissed so quickly. It’s actually a valid question, and would be really useful to be able to add a button up there, or even edit the content of each screen option.
I know this is an old question, but…
If you want it to just add a button up there that would link somewhere else. You could just add some jQuery to add the button.
jQuery("#screen-meta-links").append('<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle" style=""><a href="link.html" id="contextual-help-link" class="show-settings">My New Button</a></div>');
Now if you actually want that button to work in the same way as the other buttons, you would need to dig into the admin files.
The HTML
And you need some custom JavaScript
The HTML part adds the button, the JavaScript adds the functionality.
The complete code could look like this:
Not sure why this question was dismissed so quickly. It’s actually a valid question, and would be really useful to be able to add a button up there, or even edit the content of each screen option.
I know this is an old question, but…
If you want it to just add a button up there that would link somewhere else. You could just add some jQuery to add the button.
Now if you actually want that button to work in the same way as the other buttons, you would need to dig into the admin files.
The file you are looking for is:
wordpresswp-adminincludesscreen.php
I have written a simple and exact clean solution for adding your own such button:
Add css instructions somewhere:
Screens:
Not without some JavaScript.
Those two tabs will be converted into a menu in the admin bar in WP 3.3. Check out the beta.