Opened 14 years ago
Last modified 5 years ago
#14125 accepted enhancement
Seperate out non-editable options in edit site
Reported by: | wpmuguru | Owned by: | sorich87 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Options, Meta APIs | Keywords: | has-patch dev-feedback |
Focuses: | ui, multisite | Cc: |
Description
In the edit site screen, blog options which are arrays are shown as SERIALIZED and the textbox is disabled. The attached patch pulls those options out of the options metabox and displays the option name in another metabox below.
Related: #14120
Attachments (2)
Change History (11)
#3
follow-up:
↓ 4
@
14 years ago
- Keywords needs-refresh added; has-patch removed
- Milestone changed from Awaiting Review to 3.1
This looks good in terms of cleaning up that page more. Needs refresh though due to the network admin.
#4
in reply to:
↑ 3
@
14 years ago
- Keywords has-patch 2nd-opinion added; needs-refresh removed
- Owner set to sorich87
- Status changed from new to accepted
Replying to nacin:
This looks good in terms of cleaning up that page more. Needs refresh though due to the network admin.
New patch. I was not sure about the look of the new non-editable options table.
#6
@
14 years ago
- Milestone changed from 3.1 to Future Release
I'm not sure on the best way to separate out the serialized data yet. Punting for now.
#8
@
11 years ago
Maybe it is worth looking at this https://github.com/leeoniya/dump_r.php, http://krumo.sourceforge.net/ and/or http://raveren.github.io/kint/.
This could be used to at least provide a non-editable display of the value
I think this patch also fixes #14120.