Opened 13 years ago
Closed 13 years ago
#24778 closed defect (bug) (fixed)
Fatal error in _deprecated_function() called from sunrise.php
| Reported by: | SergeyBiryukov | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Multisite | Version: | 3.6 |
| Severity: | normal | Keywords: | has-patch commit 2nd-opinion |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
24778.patch replicates [24439] for
_deprecated_*()functions.