wp core update 6.6
This commit is contained in:
@@ -225,7 +225,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
|
||||
printf(
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( '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/documentation/article/update-services/' )
|
||||
__( 'https://developer.wordpress.org/advanced-administration/wordpress/update-services/' )
|
||||
);
|
||||
?>
|
||||
</label></p>
|
||||
@@ -239,7 +239,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
|
||||
printf(
|
||||
/* translators: 1: Documentation URL, 2: URL to Reading Settings screen. */
|
||||
__( 'WordPress is not notifying any <a href="%1$s">Update Services</a> because of your site’s <a href="%2$s">visibility settings</a>.' ),
|
||||
__( 'https://wordpress.org/documentation/article/update-services/' ),
|
||||
__( 'https://developer.wordpress.org/advanced-administration/wordpress/update-services/' ),
|
||||
'options-reading.php'
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user