#14008 closed defect (bug) (fixed)
Wrong l10n function in schema.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0.1 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Multisite | Keywords: | has-patch |
| Focuses: | Cc: |
Description
There's probably a misprint in wp-admin/includes/schema.php on line 771:
$msg .= '<p>' . _e( 'To use a subdomain configuration...
I think __() should be used instead.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [15293]) Translate, don't echo. props SergeyBiryukov, fixes #14008 for trunk.