Make WordPress Core


Ignore:
Timestamp:
03/12/2015 02:36:09 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Press This: Remove obsolete help tab in Settings -> Writing.

props kraftbj.
fixes #26794.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-writing.php

    r31534 r31743  
    2121    'content' => '<p>' . __('You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within the dashboard, while the rest control external publishing methods. For more information on any of these methods, use the documentation links.') . '</p>' .
    2222        '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>',
    23 ) );
    24 
    25 get_current_screen()->add_help_tab( array(
    26     'id'      => 'options-press',
    27     'title'   => __('Press This'),
    28     '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&#8217;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>',
    2923) );
    3024
Note: See TracChangeset for help on using the changeset viewer.