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.' ) . '
', ) ); }