WordPress 3.5
Shortcoder 3.3
Code for the shortcode:
- Code: Select all
<p><img src=".../wp-content/uploads/2013/01/assistedlistening.png" class="custom-icon">%%Text%%</p>
Shortcode inserted:
- Code: Select all
[sc:icon-assistedlistening Text="Assisted" ]
Generated Code:
- Code: Select all
<!-- Start Shortcoder content --></p><p><img src="http://dev.gibagroup.com/imsav/wp-content/uploads/2013/01/assistedlistening.png" class="custom-icon"></p><!-- End Shortcoder content --><br>
The parameter is completely stripped out. What is happening?
Many thanks for any help you can offer.