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.
2 parents f62cf6d + e632e62 commit 2df3506Copy full SHA for 2df3506
classes/Visualizer/Render/Page/Data.php
@@ -141,11 +141,12 @@ protected function _renderToolbar() {
141
echo '<a class="button button-large" href="', add_query_arg( 'tab', 'types' ), '">';
142
esc_html_e( 'Back', Visualizer_Plugin::NAME );
143
echo '</a>';
144
- echo '</div>';
+ echo '</div>';
145
+ echo '<input type="submit" id="settings-button" class="button button-primary button-large push-right" value="', $this->button, '">';
146
+
147
echo '</div>';
148
149
- echo '<input type="submit" id="settings-button" class="button button-primary button-large push-right" value="', $this->button, '">';
150
}
151
152
0 commit comments