Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#47575 closed defect (bug) (fixed)

Title "Insufficient requirements" does not match actual meaning

Reported by: yoavf Owned by: SergeyBiryukov
Priority: normal Milestone: 5.3
Component: Text Changes Version:
Severity: trivial Keywords: has-patch
Cc: Focuses: ui

Description

In two different occurrences, we output "Insufficient Requirements" as the title for wp_die when the system requirements for WordPress are not met.

Since we don't actually mean "there aren't enough requirements", this should be re-titled to "Requirments Not Met" or similar.

Attachments (1)

insufficient-requirements.diff (1014 bytes ) - added by yoavf 7 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
7 years ago

  • Component Upgrade/InstallText Changes
  • Milestone Awaiting Review5.3

#3 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 45770:

Bootstrap/Load: Change "Insufficient Requirements" wp_die() heading to "Requirements Not Met", which is more appropriate for the context it's used in.

Props yoavf.
Fixes #47575.

Note: See TracTickets for help on using tickets.