From 93e6326f8c3f47d56a6722686d2f8b918ef7650c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 12 Mar 2015 02:37:27 +0000 Subject: [PATCH] Press This: Remove obsolete help tab in Settings -> Writing. props kraftbj. fixes #26794. Built from https://develop.svn.wordpress.org/trunk@31743 git-svn-id: http://core.svn.wordpress.org/trunk@31724 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-writing.php | 6 ------ wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 75f7e10158..43ee0cf82e 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -22,12 +22,6 @@ get_current_screen()->add_help_tab( array( '

' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '

', ) ); -get_current_screen()->add_help_tab( array( - 'id' => 'options-press', - 'title' => __('Press This'), - 'content' => '

' . __('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.') . '

', -) ); - /** 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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 10f5088bc3..0b3477c934 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31742'; +$wp_version = '4.2-alpha-31743'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.