Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Sep 28, 2016
1 parent 9129a84 commit 6491509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortcodes/table/views/pricing.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</small>
</div>
<?php elseif ( $row['name'] == 'button-row' ) : ?>
<?php if ($button = $table->get_button_shortcode(): ?>
<?php if ($button = $table->get_button_shortcode()): ?>
<div class="fw-button-row">
<?php if ( false === empty( $atts['table']['content'][ $row_key ][ $col_key ]['button'] ) and false === empty($button) ) : ?>
<?php echo $button->render($atts['table']['content'][ $row_key ][ $col_key ]['button']); ?>
Expand Down

0 comments on commit 6491509

Please sign in to comment.