PHP Notice: Array to string conversion
-
TrustForm 1.8.4で以下のNoticeが出ています。
[21-Nov-2013 09:01:02 UTC] PHP Notice: Array to string conversion in [WP_ROOT]/wp-content/plugins/trust-form/trust-form.php on line 964
パッチの送り方がわからなかったのでこちらに貼っておきます。
diff --git a/wp-content/plugins/trust-form/trust-form.php b/wp-content/plugins/trust-form/trust-for index ea02cca..9db64ba 100644 --- a/wp-content/plugins/trust-form/trust-form.php +++ b/wp-content/plugins/trust-form/trust-form.php @@ -959,9 +959,9 @@ jQuery(document).ready(function() { if ( defined( 'TRUST_FORM_DEFAULT_STYLE' ) && TRUST_FORM_DEFAULT_STYLE === false ) wp_enqueue_style('trust-form-front', "/wp-content/plugins/trust-form/css/fr } elseif ( defined( 'TRUST_FORM_DEFAULT_RESPONSIVE_STYLE' ) && TRUST_FORM_DEFAULT_R - wp_enqueue_style('trust-form-front', plugins_url( "/css/default.css", __FIL + wp_enqueue_style('trust-form-front', plugins_url( "/css/default.css", __FIL } else { - wp_enqueue_style('trust-form-front', plugins_url( "/css/default-responsive. + wp_enqueue_style('trust-form-front', plugins_url( "/css/default-responsive. } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Notice: Array to string conversion’ is closed to new replies.