Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#6141 closed defect (bug) (fixed)

Typo in MySQL error

Reported by: reppep's profile reppep Owned by:
Milestone: 2.5 Priority: low
Severity: minor Version: 2.3.3
Component: General Keywords: has-patch
Focuses: 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 (1)

6141.diff (509 bytes) - added by MtDewVirus 17 years ago.
DD32 suggests

Download all attachments as: .zip

Change History (6)

#1 @DD32
17 years ago

'Extension' would be the correct teminology for PHP.

@MtDewVirus
17 years ago

DD32 suggests

#2 @MtDewVirus
17 years ago

  • Keywords has-patch added

#3 @lloydbudd
17 years ago

  • Milestone changed from 2.6 to 2.5

#4 @lloydbudd
17 years ago

  • Priority changed from normal to low
  • Severity changed from normal to minor

#5 @westi
17 years ago

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

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

Note: See TracTickets for help on using tickets.