[wp-trac] [WordPress Trac] #16859: Square brackets are removed from links in blogroll
WordPress Trac
wp-trac at lists.automattic.com
Tue Mar 15 17:28:32 UTC 2011
#16859: Square brackets are removed from links in blogroll
--------------------------+-----------------------------
Reporter: f00f | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.1
Severity: minor | Keywords: needs-patch
--------------------------+-----------------------------
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 ]).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16859>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list