Opened 17 years ago
Closed 17 years ago
#6141 closed defect (bug) (fixed)
Typo in MySQL error
Reported by: |
|
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)
Change History (6)
Note: See
TracTickets for help on using
tickets.
'Extension' would be the correct teminology for PHP.