Opened 2 years ago
Last modified 3 months ago
#16859 accepted defect (bug)
Square brackets are removed from links in blogroll — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Formatting | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch dev-feedback |
| Cc: | ldebrouwer |
Description
When adding a link to the blogroll (using wp-admin/link-add.php), square brackets in the link are removed, breaking the link.
Example:
http://lokale-wochenzeitungen.de/index.php?id=485&tx_ttnews[pointer]=6&tx_ttnews[tt_news]=132583&tx_ttnews[backPid]=741&cHash=ee9c87874b
becomes
http://lokale-wochenzeitungen.de/index.php?id=485&tx_ttnewspointer=6&tx_ttnewstt_news=132583&tx_ttnewsbackPid=741&cHash=ee9c87874b
Workaround: Use URL-encoded links (%5B and %5D instead of [ and ]).
Note: See
TracTickets for help on using
tickets.
