File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
classes/Visualizer/Module Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,9 @@ public function uploadData() {
421
421
}
422
422
}
423
423
$ render ->render ();
424
- defined ( 'WP_TESTS_DOMAIN ' ) ? wp_die () : exit ();
424
+ if ( ! ( defined ( 'VISUALIZER_DO_NOT_DIE ' ) && VISUALIZER_DO_NOT_DIE ) ) {
425
+ defined ( 'WP_TESTS_DOMAIN ' ) ? wp_die () : exit ();
426
+ }
425
427
}
426
428
427
429
/**
Original file line number Diff line number Diff line change 4
4
msgstr ""
5
5
"Project-Id-Version : Visualizer: Charts and Graphs Lite 2.0.5\n "
6
6
"Report-Msgid-Bugs-To : https://github.com/Codeinwp/visualizer/issues\n "
7
- "POT-Creation-Date : 2017-05-04 11:51:27 +00:00\n "
7
+ "POT-Creation-Date : 2017-05-06 09:56:13 +00:00\n "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=utf-8\n "
10
10
"Content-Transfer-Encoding : 8bit\n "
@@ -102,7 +102,7 @@ msgid "Pro Addon"
102
102
msgstr ""
103
103
104
104
#: classes/Visualizer/Module/Chart.php:295
105
- #: classes/Visualizer/Module/Chart.php:574
105
+ #: classes/Visualizer/Module/Chart.php:576
106
106
msgid "You have entered invalid URL. Please, insert proper URL."
107
107
msgstr ""
108
108
You can’t perform that action at this time.
0 commit comments