mirror of
git://develop.git.wordpress.org/
synced 2025-02-06 15:41:08 +01:00
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
This commit is contained in:
parent
527255aea8
commit
239f73ce40
@ -212,7 +212,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="%s">Update Services</a> 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 <a href="%s">Update Services</a> documentation article. Separate multiple service URLs with line breaks.' ),
|
||||
__( 'https://wordpress.org/support/article/update-services/' )
|
||||
);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user