From e4a0fd4c01b1a369852d4181e23abe55caad7cf3 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 30 Apr 2019 17:31:55 +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. Built from https://develop.svn.wordpress.org/trunk@45274 git-svn-id: http://core.svn.wordpress.org/trunk@45083 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index a349cb258a..e1865e0794 100644 --- a/wp-admin/about.php +++ b/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' ) diff --git a/wp-includes/version.php b/wp-includes/version.php index b00e4c7044..61471e3beb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-RC1-45273'; +$wp_version = '5.2-RC1-45274'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.