Opened 21 months ago
Closed 21 months ago
#18595 closed defect (bug) (duplicate)
Undefined index in WP_Widget_Search
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | 3.3 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
While switching themes and moving around widgets for #17979, at some point I noticed that adding a Search widget results in error on the frontend:
Notice: Undefined index: title in wp-includes/default-widgets.php on line 180
I can't reproduce the issue again, but Google shows thousands of results with this exact message.
Most of the default widgets already have empty() checks for title, so WP_Widget_Search and WP_Nav_Menu_Widget should have them too.
Attachments (2)
Change History (3)
SergeyBiryukov — 21 months ago
SergeyBiryukov — 21 months ago
comment:1
SergeyBiryukov — 21 months ago
- Milestone 3.3 deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Another message found in Google:
18595.2.patch could fix that too, but the ticket turned out to be a duplicate of #16761.