Opened 12 years ago
Closed 12 years ago
#24778 closed defect (bug) (fixed)
Fatal error in _deprecated_function() called from sunrise.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Multisite | Keywords: | has-patch commit 2nd-opinion |
Focuses: | Cc: |
Description
Background: #23555.
I accidentally still had sunrise.php
file left from that ticket, which calls wpdb::escape()
.
[24718] causes a fatal error in this situation, since the translation functions are not available yet. [24439] fixed the issue for doing_it_wrong()
, but not for _deprecated_*()
functions.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
24778.patch replicates [24439] for
_deprecated_*()
functions.