Revert "Fix Code Block Visibility Toggle visibility issue"

This reverts commit bb8a24fc2c.
This commit is contained in:
Denis Kisselev 2014-03-13 11:33:31 -07:00
parent 36ee509166
commit eaa399a0d3
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
<div id="sub-nav-collapse" class="sub-nav-collapse">
<!-- Navigation -->
<?php echo get_navigation($file); ?>
<?php if (!empty($options['links']) || !empty($options['twitter'] || $options['toggle_code'])) { ?>
<?php if (!empty($options['links']) || !empty($options['twitter'])) { ?>
<div class="well well-sidebar">
<!-- Links -->
<?php foreach($options['links'] as $name => $url) { ?>