Fix nesting on themes.php when there are no options links to display for the current theme. props sterlo. fixes #21980.

git-svn-id: http://core.svn.wordpress.org/trunk@21965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-09-24 04:03:15 +00:00
parent e7f164297f
commit 0277a024e4

View File

@ -198,9 +198,11 @@ $customize_title = sprintf( __( 'Customize “%s”' ), $ct->display('Na
<li><?php echo $option; ?></li>
<?php endforeach; ?>
</ul>
<?php
endif; // options
?>
</div>
<?php
endif; // options
endif; // options || edit_theme_options
?>