Skip to content

Commit 2df3506

Browse files
committed
Merge pull request #66 from Codeinwp/development
Fix for create button missing.
2 parents f62cf6d + e632e62 commit 2df3506

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,12 @@ protected function _renderToolbar() {
141141
echo '<a class="button button-large" href="', add_query_arg( 'tab', 'types' ), '">';
142142
esc_html_e( 'Back', Visualizer_Plugin::NAME );
143143
echo '</a>';
144-
echo '</div>';
144+
echo '</div>';
145+
echo '<input type="submit" id="settings-button" class="button button-primary button-large push-right" value="', $this->button, '">';
146+
145147
echo '</div>';
146148

147149

148-
echo '<input type="submit" id="settings-button" class="button button-primary button-large push-right" value="', $this->button, '">';
149150
}
150151

151152
}

0 commit comments

Comments
 (0)