Opened 15 years ago
Closed 15 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_ |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Warnings/Notices | Version: | 3.2.1 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Previous patch was a bad one.