Ticket #2456 (closed enhancement: fixed)

Opened 6 years ago

Last modified 5 years ago

Don't have /wp-admin/options.php screw up your options

Reported by: Viper007Bond Owned by: markjaquith
Priority: low Milestone:
Component: Administration Version: 2.0.4
Severity: normal Keywords: bg|has-patch bg|needs-testing
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

options.patch Download (747 bytes) - added by Viper007Bond 6 years ago.
Handle multi-line option values

Change History

Handle multi-line option values

  • Keywords bg|needs-testing added
  • Owner changed from anonymous to markjaquith
  • Status changed from new to assigned
  • Version changed from 2.0.1 to 2.0.4
  • Milestone set to 2.1

Bumping this up... this is an annoying one.

Related: #3185, #2868

  • Milestone changed from 2.1 to 2.0.5
  • Status changed from assigned to closed
  • Resolution set to fixed

(In [4330]) preserve multi-line options in options.php. Props Viper007Bond. fixes #2456

(In [4331]) preserve multi-line options in options.php. Props Viper007Bond. fixes #2456

  • Milestone 2.0.5 deleted

Milestone 2.0.5 deleted

Note: See TracTickets for help on using tickets.