#2868 closed defect (bug) (worksforme)
select which options to update in options.php
| Reported by: | filosofo | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch options.php commit |
| Cc: | Focuses: |
Description
Problem: use wp-admin/options.php to update your options, and if you have a lot of options (like I do), you'll end up with many truncated (or null) options, as your server chokes trying to update all of them.
Solution: Check which options you want to update, instead of trying to update all of them.
Patch attached.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Could even do it AJAX style.