Add back Update Services help. props DrewAPicture, fixes #22365.
git-svn-id: http://core.svn.wordpress.org/trunk@22381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e9164acb3c
commit
bb1d497972
|
@ -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>',
|
||||
) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue