Skip to content

Commit

Permalink
v4.3.0 build v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed Jul 21, 2020
1 parent 8e3c5d0 commit c28a379
Show file tree
Hide file tree
Showing 4 changed files with 9,388 additions and 9,391 deletions.
21 changes: 10 additions & 11 deletions core/czr-customize-ccat.php
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,8 @@ public function render_content() {
<?php endif; ?>
<?php if (isset( $this->notice)) : ?>
<i class="czr-notice"><?php echo $this -> notice ?></i>
<?php endif; ?>

<?php endif; ?>

<?php
break;

Expand Down Expand Up @@ -990,8 +990,8 @@ public function render_content() {
?>
<?php if (isset( $this->title)) : ?>
<h3 class="czr-customizr-title"><?php echo esc_html( $this->title); ?></h3>
<?php endif; ?>

<?php endif; ?>

<?php if ( 'checkbox' === $this->type ) : ?>
<?php
printf('<div class="czr-check-label"><label><span class="customize-control-title">%1$s</span></label></div>',
Expand All @@ -1011,8 +1011,8 @@ public function render_content() {
<label for="nimblecheck-<?php echo $this -> id; ?>" class="nimblecheck-label">Switch</label>
</div>
</div>
<?php endif; ?>

<?php endif; ?>

<?php if(!empty( $this -> notice)) : ?>
<span class="czr-notice"><?php echo $this-> notice ?></span>
<?php endif; ?>
Expand Down Expand Up @@ -1321,8 +1321,8 @@ public function render_content() {
if (!empty( $this->title)) :
?>
<h3 class="czr-customizr-title"><?php echo esc_html( $this->title); ?></h3>
<?php endif; ?>

<?php endif; ?>

<label>
<span class="customize-control-title"><?php echo $this->label; ?></span>
<?php echo $dropdown; ?>
Expand Down Expand Up @@ -1587,8 +1587,7 @@ public function json() {
return $json;
}
}
?>
<?php
?><?php
/**
* Pro customizer section.
* highly based on
Expand Down Expand Up @@ -1648,4 +1647,4 @@ protected function render_template() { ?>
</li>
<?php }
}
?>
?>
Expand Down
Loading

0 comments on commit c28a379

Please sign in to comment.