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.
Built from https://develop.svn.wordpress.org/trunk@55347


git-svn-id: http://core.svn.wordpress.org/trunk@54880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-02-15 19:18:18 +00:00
parent b9a31d5343
commit b62555410f
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
<?php <?php
printf( printf(
/* translators: %s: Documentation URL. */ /* 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/' ) __( 'https://wordpress.org/support/article/update-services/' )
); );
?> ?>

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.2-beta2-55346'; $wp_version = '6.2-beta2-55347';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.