Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#47302 closed defect (bug) (fixed)

Site Health: Use consistent verbiage for "Read more" links

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: normal Version: 5.2
Component: Site Health Keywords: site-health has-patch
Focuses: Cc:

Description

[45170] introduced a few "Read more" links:

  • Read more about what WordPress requires to run.
  • Read about debugging in WordPress.
  • Learn more about updating PHP
  • Read more about why you should use HTTPS

For consistency, I think they should use the same verbiage:

  • Learn more about what WordPress requires to run.
  • Learn more about debugging in WordPress.
  • Learn more about updating PHP
  • Learn more about why you should use HTTPS

Attachments (2)

47302.diff (1.9 KB) - added by ronakganatra 6 years ago.
updated the changes as per mentioned in ticket, changed Read more to Learn more text.
47302.2.diff (2.6 KB) - added by garrett-eclipse 6 years ago.
Address one more instance of 'Read more' found in src/index.php

Download all attachments as: .zip

Change History (6)

@ronakganatra
6 years ago

updated the changes as per mentioned in ticket, changed Read more to Learn more text.

#1 @ronakganatra
6 years ago

  • Keywords has-patch added
  • Version set to 5.2

#2 @desrosj
6 years ago

  • Component changed from Administration to Site Health

Moving Site Health tickets into their lovely new home, the Site Health component.

@garrett-eclipse
6 years ago

Address one more instance of 'Read more' found in src/index.php

#3 @garrett-eclipse
6 years ago

Thanks @ronakganatra the patch looks good.

Doing a scrub on core I came up with one more string which I've addressed in 47302.2.diff
In index.php line 52;
This requires NPM. Learn more about setting up your local development environment.

#4 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 45649:

Site Health: Use consistent verbiage for "Learn more" links.

Props ronakganatra, garrett-eclipse.
Fixes #47302.

Note: See TracTickets for help on using tickets.