Opened 2 years ago
Closed 21 months ago
#17815 closed defect (bug) (fixed)
Hardcoded messages in wp-include/functions.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
In function dead_db() of wp-include/functions.php, there are hardcoded messages.
<title>Database Error</title>
<h1>Error establishing a database connection</h1>
Attachments (2)
Change History (5)
SergeyBiryukov
— 22 months ago
Patch against trunk root, with a bit more descriptive WP_I18N comment
comment:2
SergeyBiryukov
— 22 months ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.3
Would be nice to fix this along with #18180.
Note: See
TracTickets for help on using
tickets.
Nikolay, this is a simple patch to fix a couple of missing *WP_I18N_ comments.
I assigned you the ticket - could you review when you have a chance?