#45483 closed defect (bug) (fixed)
Post edit and Add New Plugin pages have PHP notices in 7.3.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.0.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch php73 fixed-5.0 |
| Focuses: | Cc: |
Description
The post edit pages (wp-admin/edit.php) and Add New Plugin pages have PHP notices in PHP 7.3.
These are caused by missing variables when compact() is called in wp_edit_posts_query() and install_plugin_install_status().
Related: #44416.
Attachments (1)
Change History (12)
#1
@
7 years ago
Version 0, edited 7 years ago
by
(next)
#2
@
7 years ago
@DrewAPicture see https://core.trac.wordpress.org/ticket/44416#comment:22
#7
@
7 years ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 44185:
#8
@
7 years ago
- Keywords fixed-5.0 added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for merge into trunk.
#10
@
7 years ago
this won't be merged to 4.9.x?
don't really understand the info here:
https://core.trac.wordpress.org/changeset/44297
Property svn:mergeinfo changed /branches/5.0 merged: 44185
should this have something like?
/branches/3.1 merged eligible /branches/3.3 merged eligible /branches/3.4 merged eligible /branches/4.9 merged eligible /branches/5.0 merged eligible
This ticket was mentioned in Slack in #core by pcarvalho. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Seems like this should ship with 5.0 considering PHP 7.3 is a headline feature. @pento thoughts?