Hallo!
Nach dem heutigen update AdSense Now! v1.55 bekomme ich im Admin und Frontend eine Fehlermeldung bei dem aktiven Plugin:
Warning: htmlspecialchars_decode() expects parameter 1 to be string,
NULL given in /var/www/web1/html/wp-includes/compat.php on line 105
Jemand Ahnung was das nun wieder zu bedeuten hat?
compat.php:
104 if ( !is_scalar( $string ) ) {
105 trigger_error( 'htmlspecialchars_decode() expects parameter 1 to be string, ' . gettype( $string ) . ' given', E_USER_WARNING );
106 return;
107 }