WordPress.org

Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#47575 closed defect (bug) (fixed)

Title "Insufficient requirements" does not match actual meaning

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

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 2 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
2 years ago

  • Component changed from Upgrade/Install to Text Changes
  • Milestone changed from Awaiting Review to 5.3

#3 @SergeyBiryukov
2 years ago

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

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.