Skip to content

Commit 46b8a86

Browse files
pfefferleobenland
andauthored
Update includes/wp-admin/class-health-check.php
Co-authored-by: Konstantin Obenland <[email protected]>
1 parent b7ecd26 commit 46b8a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wp-admin/class-health-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ public static function test_wp_cron() {
572572
$result['badge']['color'] = 'orange';
573573
$result['description'] = \sprintf(
574574
'<p>%s</p><p>%s</p>',
575-
\__( 'The constant <code>DISABLE_WP_CRON</code> is set to <code>true</code> in your configuration. This disables WordPress\'s built-in cron system, which ActivityPub relies on for timely publishing of posts and processing of reactions (likes, boosts, replies).', 'activitypub' ),
575+
\__( 'The constant <code>DISABLE_WP_CRON</code> is set to <code>true</code> in your configuration. This disables WordPress&#8217;s built-in cron system, which ActivityPub relies on for timely publishing of posts and processing of reactions (likes, boosts, replies).', 'activitypub' ),
576576
\__( 'While it is fine to have a system cron job that calls <code>wp-cron.php</code> at regular intervals, completely disabling WP-Cron may cause delays in ActivityPub functionality. If you notice delays in post publishing or reactions appearing, consider either removing this constant or ensuring you have a system cron job running frequently (every 1-5 minutes).', 'activitypub' )
577577
);
578578
$result['actions'] = \sprintf(

0 commit comments

Comments
 (0)