We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd7253 commit 5891c2fCopy full SHA for 5891c2f
classes/Visualizer/Render/Page/Data.php
@@ -220,7 +220,7 @@ class="dashicons dashicons-lock"></span></h2>
220
// we will auto-open the manual data feature but only when pro is active.
221
$pro_class = apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' );
222
?>
223
- <li class="viz-group <?php echo $pro_class; ?> <?php echo empty( $pro_class ) ? 'open' : ''?> ">
+ <li class="viz-group <?php echo $pro_class; ?> <?php echo empty( $pro_class ) ? 'open' : ''; ?> ">
224
<h2 class="viz-group-title viz-sub-group visualizer-editor-tab"
225
data-current="chart"><?php _e( 'Manual Data', 'visualizer' ); ?><span
226
class="dashicons dashicons-lock"></span></h2>
0 commit comments