PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.2.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.2.0
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | classes/Visualizer/Render/Page/Settings.php +2 -2 3.10.43.2.0 View file →
@@ -50,9 +50,9 @@
50 50 *
51 51 * @access protected
52 52 */
53 53 protected function _renderToolbar() {
54 - echo '<a class="button button-large" href="', esc_url( add_query_arg( 'tab', 'data' ) ), '">';
54 + echo '<a class="button button-large" href="', add_query_arg( 'tab', 'data' ), '">';
55 55 esc_html_e( 'Back', 'visualizer' );
56 56 echo '</a>';
57 57 echo '<input type="submit" class="button button-primary button-large push-right" value="', $this->button, '">';
58 58 }
@@ -64,9 +64,9 @@
64 64 *
65 65 * @access protected
66 66 */
67 67 protected function _toHTML() {
68 - echo '<form id="settings-form" action="', esc_url( add_query_arg( 'nonce', wp_create_nonce() ) ), '" method="post">';
68 + echo '<form id="settings-form" action="', add_query_arg( 'nonce', wp_create_nonce() ), '" method="post">';
69 69 parent::_toHTML();
70 70 echo '</form>';
71 71 }
72 72