From c65abf0993c48b5454639157d1f404bb1a75b8a0 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 5 Nov 2012 21:38:48 +0000 Subject: [PATCH] Add back Update Services help. props DrewAPicture, fixes #22365. git-svn-id: https://develop.svn.wordpress.org/trunk@22381 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-writing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index a0aca3d6c8..53647fd6dd 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -40,7 +40,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) { get_current_screen()->add_help_tab( array( 'id' => 'options-services', 'title' => __( 'Update Services' ), - 'content' => $update_services_help, + 'content' => '

' . __( 'If desired, WordPress will automatically alert various services of your new posts.' ) . '

', ) ); }