This commit is contained in:
Matthias Pfefferle 2023-09-27 11:20:05 +02:00
parent b3e5bad89c
commit 4cec52189a

View file

@ -111,7 +111,7 @@ class Health_Check {
$result['badge']['color'] = 'orange'; $result['badge']['color'] = 'orange';
$result['description'] = \sprintf( $result['description'] = \sprintf(
'<p>%s</p>', '<p>%s</p>',
\__( 'It is highly recommended to use your Systems Task Scheduler instead of the default <code>WP_Cron</code> setup. For further informations, check the "<a href="https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/" target="_blank">Hooking WP-Cron Into the System Task Scheduler</a>" from the Plugin Handbook.', 'activitypub' ) \__( 'It is highly recommended to use your Systems Task Scheduler instead of the default <code>WP_Cron</code> setup. For further informations, check the "<a href="https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/" target="_blank">Hooking WP-Cron Into the System Task Scheduler</a>" guide from the Plugin Handbook.', 'activitypub' )
); );
return $result; return $result;