X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..53f4633144ed68c8b8fb5861f992b5489894a940:/wp-admin/options-writing.php diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 4c761d26..ba7eeca7 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( @@ -48,7 +42,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) { get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Writing Settings') . '

' . + '

' . __('Documentation on Writing Settings') . '

' . '

' . __('Support Forums') . '

' ); @@ -56,12 +50,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

+

+ +
@@ -71,6 +66,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
@@ -113,16 +109,6 @@ do_settings_fields('writing', 'remote_publishing'); // A deprecated section. ?>
-

-

-

-

-

- - -

+

-

Update Services because of your site’s visibility settings.'), 'options-reading.php'); ?>

+

Update Services because of your site’s visibility settings.'), 'options-reading.php'); ?>