Add back Update Services help. props DrewAPicture, fixes #22365.

git-svn-id: https://develop.svn.wordpress.org/trunk@22381 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-05 21:38:48 +00:00
parent 8b91148577
commit c65abf0993

View File

@@ -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' => '<p>' . __( 'If desired, WordPress will automatically alert various services of your new posts.' ) . '</p>',
) );
}