#2868 closed defect (bug) (worksforme)
select which options to update in options.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch options.php commit |
| Cc: |
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)
comment:1
markjaquith — 7 years ago
comment:2
markjaquith — 7 years ago
- Keywords commit added
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
Tried the patch. I like.
+1
comment:3
markjaquith — 7 years ago
- Resolution set to worksforme
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Could even do it AJAX style.