From a8942b4a17f1b1de9f6dfd9f649685be89c9759b Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 30 Apr 2019 17:30:27 +0000 Subject: [PATCH] Admin: Add some additional clarity to some about page links It's important for links to have enough information in them in order to be clearly actionable. Destination and purpose should be clear. For example, `debug` isn't nearly as useful as `learn how to debug issues`. This was signed off on by chanthaboune and jorbin. Props afercia. See: #46901. git-svn-id: https://develop.svn.wordpress.org/trunk@45274 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index a349cb258a..e1865e0794 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -63,7 +63,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); Site Health features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers. Check your site status, and learn how to debug issues.' ), + __( 'Building on the Site Health features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers. Check your site status, and learn how to debug issues.' ), __( 'https://wordpress.org/news/2019/02/betty/' ), admin_url( 'site-health.php' ), admin_url( 'site-health.php?tab=debug' )