Opened 5 years ago
Closed 5 years ago
#7117 closed enhancement (fixed)
Press This "photo" tab fixes, additions, and enhancements + overall fixes
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.6.1 |
| Component: | Administration | Version: | 2.6 |
| Severity: | normal | Keywords: | |
| Cc: | noel@… |
Description
Added the ability to select multiple photos and insert them into the editor.
Attachments (1)
Change History (5)
- Resolution fixed deleted
- Status changed from closed to reopened
This patch changes the TinyMCE setting remove_linebreaks from true to false. That's a big NO! Most users would probably copy/paste some content from the web page to the editor and that will contain linebreaks. Later they will be converted to <br /> or </p> by wpautop(), even inside other tags, breaking the html.
Note: See
TracTickets for help on using
tickets.

(In [8067]) Press This improvements from noel. fixes #7117