Make WordPress Core


Ignore:
Timestamp:
04/30/2019 05:30:27 PM (6 years ago)
Author:
jorbin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r45271 r45274  
    6464                    printf(
    6565                        /* translators: 1: link to the WordPress 5.1 release post 2: link to /wp-admin/site-health.php 3: link to /wp-admin/site-health.php?tab=debug */
    66                         __( 'Building on the <a href="%1$s">Site Health</a> 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 <a href="%2$s">status</a>, and learn how to <a href="%3$s">debug</a> issues.' ),
     66                        __( 'Building on <a href="%1$s">the Site Health features introduced in 5.1</a>, 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. <a href="%2$s">Check your site status</a>, and <a href="%3$s">learn how to debug issues</a>.' ),
    6767                        __( 'https://wordpress.org/news/2019/02/betty/' ),
    6868                        admin_url( 'site-health.php' ),
Note: See TracChangeset for help on using the changeset viewer.