Opened 13 years ago
Closed 13 years ago
#19377 closed defect (bug) (fixed)
Notice: Undefined index: settings-updated in wp-admin/includes/template.php on line 1322
Reported by: | garyc40 | Owned by: | duck_ |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | minor | Version: | 3.2.1 |
Component: | Warnings/Notices | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When I use settings_errors()
with the third argument set to true
, I get the following PHP notice:
Notice: Undefined index: settings-updated in wp-admin/includes/template.php on line 1322
Attached a patch. The fix is straight-forward and harmless enough.
Attachments (4)
Note: See
TracTickets for help on using
tickets.
Previous patch was a bad one.