diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 45b112672b..c453258bd8 100644 --- a/wp-admin/options-writing.php +++ b/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/' ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index d383b027d1..01bf589ce9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.