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 3f35dac commit ac521a4Copy full SHA for ac521a4
classes/Visualizer/Module/Chart.php
@@ -1245,15 +1245,16 @@ public function cloneChart() {
1245
'vaction' => false,
1246
),
1247
admin_url( 'admin.php' )
1248
- )
+ ),
1249
+ null,
1250
+ 'db'
1251
);
1252
}
1253
1254
1255
if ( defined( 'WP_TESTS_DOMAIN' ) ) {
1256
wp_die();
1257
-
1258
wp_redirect( $redirect );
1259
exit;
1260
0 commit comments