#14617 closed defect (bug) (fixed)
undefined variables in dashboard
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Warnings/Notices | Keywords: | has-patch |
Focuses: | Cc: |
Description
Incoming links widget shows 2 undefined errors with debug enabled.
Notice: Undefined variable: show_author in wp-admin/includes/dashboard.php on line 767 Notice: Undefined variable: show_summary in wp-admin/includes/dashboard.php on line 767
Steps to reproduce:
set WP_DEBUG true and check dashboard.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [15849]) Prevent Notices in Incoming links widget. Fixes #14617