PluginProbe
Welcart e-Commerce / 2.12.4
Welcart e-Commerce v2.12.4
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
← All changes | classes/paymentSBPS.class.php +3 -3 2.11.312.12.4 View file →
@@ -1427,9 +1427,9 @@
1427 1427 <label><input name="mobile_docomo" type="radio" id="mobile_docomo_sbps_2" value="off"<?php checked( $acting_opts['mobile_docomo'], 'off' ); ?> /><span><?php esc_html_e( 'Do not Use', 'usces' ); ?></span></label>
1428 1428 </td>
1429 1429 </tr>
1430 1430 <tr>
1431 - <th>au かんたん決済</th>
1431 + <th>au PAY</th>
1432 1432 <td><label><input name="mobile_auone" type="radio" id="mobile_auone_sbps_1" value="on"<?php checked( $acting_opts['mobile_auone'], 'on' ); ?> /><span><?php esc_html_e( 'Use', 'usces' ); ?></span></label><br />
1433 1433 <label><input name="mobile_auone" type="radio" id="mobile_auone_sbps_2" value="off"<?php checked( $acting_opts['mobile_auone'], 'off' ); ?> /><span><?php esc_html_e( 'Do not Use', 'usces' ); ?></span></label>
1434 1434 </td>
1435 1435 </tr>
@@ -4632,9 +4632,9 @@
4632 4632 $optstr = '';
4633 4633 foreach ( $options as $key => $value ) {
4634 4634 if ( ! empty( $key ) ) {
4635 4635 $key = urldecode( $key );
4636 - $value = maybe_unserialize( $value );
4636 + $value = wel_safe_maybe_unserialize( $value );
4637 4637 if ( is_array( $value ) ) {
4638 4638 $c = '';
4639 4639 $optstr .= '( ' . $key . ' : ';
4640 4640 foreach ( $value as $v ) {
@@ -4736,9 +4736,9 @@
4736 4736 $optstr = '';
4737 4737 foreach ( $options as $key => $value ) {
4738 4738 if ( ! empty( $key ) ) {
4739 4739 $key = urldecode( $key );
4740 - $value = maybe_unserialize( $value );
4740 + $value = wel_safe_maybe_unserialize( $value );
4741 4741 if ( is_array( $value ) ) {
4742 4742 $c = '';
4743 4743 $optstr .= '( ' . $key . ' : ';
4744 4744 foreach ( $value as $v ) {