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 5e86c51 commit ab163edCopy full SHA for ab163ed
assets/wpuf/js/frontend-form.js
@@ -450,7 +450,7 @@
450
type: 'warning',
451
showCancelButton: false,
452
confirmButtonColor: '#d54e21',
453
- confirmButtonText: 'Ok',
+ confirmButtonText: 'OK',
454
cancelButtonClass: 'btn btn-danger',
455
});
456
includes/class-ajax.php
@@ -1253,16 +1253,4 @@ public function delete_logs() {
1253
1254
wp_send_json_success();
1255
}
1256
-
1257
- /**
1258
- * Show form error
1259
- *
1260
- * @param string $message
1261
- * @param string $type
1262
1263
- * @return string
1264
- */
1265
- public function show_error( $message, $type = 'info' ) {
1266
- return sprintf( '<div class="wpuf-%s">%s</div>', $type, $message );
1267
- }
1268
0 commit comments