Revert "Fix Code Block Visibility Toggle visibility issue"
This reverts commit bb8a24fc2c
.
Dieser Commit ist enthalten in:
Ursprung
36ee509166
Commit
eaa399a0d3
@ -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) { ?>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren