Changes between Initial Version and Version 1 of Ticket #9296, comment 36
- Timestamp:
- 10/31/12 21:09:18 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9296, comment 36
initial v1 1 1 In [attachment:9296.3.diff] tested and refreshed. Seems to work well for me and for anything registered to `permalink` with `register_setting`. We can also move settings errors/updates out from `options-permalink.php` and into `options.php` to keep things closer to each other, and to avoid the `'permalink' != $option_page` hack around `add_settings_error` in `options.php`. What do you think? 2 3 **Update**: actually ignore this, 9263.diff doesn't work. Working on it :)