From ea3a66c20567b9ad7362cfea838ce7cf5f95e482 Mon Sep 17 00:00:00 2001 From: Rocco Tripaldi Date: Fri, 6 Mar 2020 15:00:32 -0500 Subject: [PATCH] Debug: sync health test Since there's not currently any public facing docs on Sync settings let's link the action to Github. --- _inc/lib/debugger/class-jetpack-cxn-tests.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_inc/lib/debugger/class-jetpack-cxn-tests.php b/_inc/lib/debugger/class-jetpack-cxn-tests.php index 037e3497a8846..235edc52ebde1 100644 --- a/_inc/lib/debugger/class-jetpack-cxn-tests.php +++ b/_inc/lib/debugger/class-jetpack-cxn-tests.php @@ -388,14 +388,16 @@ protected function test__sync_health() { $name, __( 'Jetpack Sync has been disabled on your site.', 'jetpack' ), 'enable_sync', - admin_url( '#' ), + 'https://github.com/Automattic/jetpack/blob/master/packages/sync/src/class-settings.php', 'recommended', __( 'Jetpack Sync has been disabled on your site.', 'jetpack' ), - __( 'Learn more about enabling Sync', 'jetpack' ), + __( 'See Github for more on Sync Settings', 'jetpack' ), sprintf( '

%1$s

' . - '

%2$s %3$s %4$s

', + '

%2$s

' . + '

%3$s %4$s %5$s

', __( 'The information synced by Jetpack ensures that Jetpack Search, Related Posts and other features are aligned with your site’s current content.', 'jetpack' ), + __( 'Developers may enable / disable syncing using the Sync Settings API.', 'jetpack' ), /* translators: screen reader text indicating a test failed */ __( 'Error', 'jetpack' ), __( 'Jetpack Sync has been disabled on your site. Without it, certain Jetpack features will not work.', 'jetpack' ),