Press This: Remove obsolete help tab in Settings -> Writing.
props kraftbj. fixes #26794. git-svn-id: https://develop.svn.wordpress.org/trunk@31743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1c425c9eac
commit
fdb65519ac
@ -22,12 +22,6 @@ get_current_screen()->add_help_tab( array(
|
||||
'<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
|
||||
) );
|
||||
|
||||
get_current_screen()->add_help_tab( array(
|
||||
'id' => 'options-press',
|
||||
'title' => __('Press This'),
|
||||
'content' => '<p>' . __('Press This is a bookmarklet that makes it easy to blog about something you come across on the web. You can use it to just grab a link, or to post an excerpt. Press This will even allow you to choose from images included on the page and use them in your post. Just drag the Press This link on this screen to your bookmarks bar in your browser, and you’ll be on your way to easier content creation. Clicking on it while on another website opens a popup window with all these options.') . '</p>',
|
||||
) );
|
||||
|
||||
/** This filter is documented in wp-admin/options.php */
|
||||
if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
|
||||
get_current_screen()->add_help_tab( array(
|
||||
|
Loading…
Reference in New Issue
Block a user