Forums

[Plugin: Plugins List] Extra <p>'s added (2 posts)

  1. prometh
    Member
    Posted 2 months ago #

    <ul id="wp-plugins">
    [plugins_list format='<li><a href="#PluginURI#">#Title#</a></li>']
    </ul>

    is producing:

    <ul id="wp-plugins">
    <li><a href="http://akismet.com/">Akismet</a></li>
    <p>
    <li><a href="http://www.slackspace.net/wordpress-plugins/auto-xfn-ify.php">Auto XFN-ify</a></li>
    </ul>

    Notice the extra <p>

    http://wordpress.org/extend/plugins/plugins-list/

  2. prometh
    Member
    Posted 2 months ago #

    It seems to be caused by shortcode_atts()

    But, I'm running WordPress 2.8.4 and apparently this bug was fixed in 2.5

Reply

You must log in to post.

About this Topic