#1131 closed defect (bug) (fixed)
Rev 2455 of wp-includes/functions.php breaks the admin interface
| Reported by: | kim | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.5.1 |
| Severity: | critical | Keywords: | |
| Cc: | Focuses: |
Description
Since the WP_INSTALLING constant is not defined during normal operation, calling constant('WP_INSTALLING') causes an error about the constant not existing. This is printed many times over when entering the dashboard.
Looking at the code, I think calling defined('WP_INSTALLING') achieves what was intended.
Patch attached.
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)
I have error_reporting=E_ALL and display_errors=On, and the error messages are what breaks the admin interface.