Opened 17 years ago
Closed 16 years ago
#8411 closed enhancement (duplicate)
Added admin fields don't save when added to the permalinks page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Severity: | minor | Version: | |
| Component: | Administration | Keywords: | needs-patch |
| Focuses: | Cc: |
Description
If you add a field to the permalinks page using add_settings_field, and register it, it doesn't save the value.
The same code will save the value perfectly well on the write page.
Change History (6)
Note: See
TracTickets for help on using
tickets.
Unlike other settings pages, permalinks doesn't use the options.php POST handler. options-permalink.php would need to be extended to handle arbitrary options to fix this.