#2456 closed enhancement (fixed)
Don't have /wp-admin/options.php screw up your options
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 2.0.4 |
Component: | Administration | Keywords: | bg|has-patch bg|needs-testing |
Focuses: | Cc: |
Description
I quickly wanted to manually change one of the options of a plugin I was writing. Rather than using phpMyAdmin to do it, I lazyily used /wp-admin/options.php
to do it. However, when I saved, it made all of the options that had multiple lines into just the first line.
So, with this patch, options.php
checks to see if the option value has a line break in it and if it does, it uses a <textarea>
rather than an <input>
. I think this should fix the problem.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Handle multi-line option values