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 b40450f commit e909490Copy full SHA for e909490
classes/Visualizer/Render/Library.php
@@ -18,7 +18,6 @@
18
// +----------------------------------------------------------------------+
19
// | Author: Eugene Manuilov <[email protected]> |
20
21
-
22
/**
23
* Renders visualizer library page.
24
*
@@ -90,7 +89,7 @@ private function _renderLibrary() {
90
89
$link = '<a class=" " href="' . esc_url( add_query_arg( array(
91
'type' => $type,
92
'vpage' => false,
93
- ) ) ) . '">';
+ ) ) ) . '">';
94
if ( ! $array['enabled'] ) {
95
$link = "<a class=' visualizer-pro-only' href='" . Visualizer_Plugin::PRO_TEASER_URL . "' target='_blank'>";
96
}
0 commit comments