Ticket #6141 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Typo in MySQL error

Reported by: reppep Assigned to: anonymous
Priority: low Milestone: 2.5
Component: General Version: 2.3.3
Severity: minor Keywords: has-patch
Cc:

Description

Line 74 of wp-settings.php is:

die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );

This is missing a noun after MySQL. I suggest

die( 'Your PHP installation appears to be missing the MySQL plug-in which WordPress requires.' );

Attachments

6141.diff (509 bytes) - added by MtDewVirus on 03/11/08 00:22:36.
DD32 suggests

Change History

03/10/08 02:33:19 changed by DD32

'Extension' would be the correct teminology for PHP.

03/11/08 00:22:36 changed by MtDewVirus

  • attachment 6141.diff added.

DD32 suggests

03/11/08 00:23:04 changed by MtDewVirus

  • keywords set to has-patch.

03/11/08 03:28:50 changed by lloydbudd

  • milestone changed from 2.6 to 2.5.

03/11/08 03:28:58 changed by lloydbudd

  • priority changed from normal to low.
  • severity changed from normal to minor.

03/11/08 08:44:59 changed by westi

  • status changed from new to closed.
  • resolution set to fixed.

(In [7234]) Improved wording for the missing mysql error message. Fixes #6141 props MtDewVirus?.