Elite
391 points
WPMU DEV Expert
Seriously helpful member
asimetrick
Member — 17th August 2011 (9 months ago)
Hi.
The second parameter of the 'get_template_dropdown' function is not taken into account by the function so the 'none' option cannot be removed.
At line 121 of 'blog_template.php', the code should be:
if ($include_none)
echo "<option value=\"none\">None</option>";
Thanks.

Responses (4)
WPMU DEV Fanatic — 17th August 2011 (9 months ago) #
Hi asimetrick,
Thanks for that! I've alerted the developer on this one.
Cheers,
David
Founder & CEO — 11th October 2011 (7 months ago) #
Absolutely, thanks for the heads up on that!
Developer — 18th October 2011 (7 months ago) #
Hi,
Thanks for reporting this! The issue is fixed in the latest plugin release (v1.3, just released).
Member — 18th October 2011 (7 months ago) #
Thanks Vladislav!
Become a member