Creating a hyperlink with a php link inside converts some characters to
ASCII. (using php brush)
I.E.
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php
_e('Permanent link to'); ?>">
outputs as:
<a href="%3C?php%20the_permalink%28%29%20?%3E" rel="bookmark" title="<?php
_e('Permanent link to'); ?>">
this only happens for "href", changing href to "hre" and it displays correctly
Original issue reported on code.google.com by Breaker2...@gmail.com on 7 Sep 2009 at 9:19
Original issue reported on code.google.com by
Breaker2...@gmail.com
on 7 Sep 2009 at 9:19