mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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>',
|
||||
) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user