From 239f73ce403df4784676327e8b95aff3d84af81a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Feb 2023 19:16:07 +0000 Subject: [PATCH] Docs: Update the wording for the Update Services link on Writing Settings screen. The Codex URL was replaced with the corresponding HelpHub article a while ago. Follow-up to [49912]. See #48987. git-svn-id: https://develop.svn.wordpress.org/trunk@55347 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-writing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/options-writing.php b/src/wp-admin/options-writing.php index 45b112672b..c453258bd8 100644 --- a/src/wp-admin/options-writing.php +++ b/src/wp-admin/options-writing.php @@ -212,7 +212,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) { Update Services on the Codex. Separate multiple service URLs with line breaks.' ), + __( 'When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see the Update Services documentation article. Separate multiple service URLs with line breaks.' ), __( 'https://wordpress.org/support/article/update-services/' ) ); ?>