#2483 closed defect (bug) (fixed)
Allow target="" in links by default
Reported by: | wpdennis | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | lowest |
Severity: | minor | Version: | |
Component: | General - Content Creation | Keywords: | has-patch |
Cc: |
Description
The editor is showing the checkbox "Open link in a new window/tab" in its add link popup, by default.
But using it doesn't work for participants, since target="" isn't allowed. It would be more consistent to allow it by default or to remove the checkbox from the add link popup.
Allowing it in formatting.php:
// Links 'a' => array( 'href' => array(), 'title' => array(), 'rel' => array(), 'target' => array() ),
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 5205: