Bug tracker: WordPress Dropdown Menu Plugin

Forums Forums Menus Bug tracker: WordPress Dropdown Menu Plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168

    The language attribute is used in the script tag. This has been depreciated and should be replaced by the type attribute:
    [code:1q34gi70]<script language="JavaScript" src=".... [/code:1q34gi70]
    should be:
    [code:1q34gi70]<script type="text/javascript" src=".... [/code:1q34gi70]

    EDIT: fixed as of beta 2.1

    #2679

    "Recent Posts" is actually "Recent Comments" – how on earth did this not get noticed before??

    My latest build has corrected this bug, but I also tried to add "Recent Posts" in properly, but it broke the plugin, so no update until I fix it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.