Deprecated split() function in utils class
-
Deprecated: Function split() is deprecated in /var/www/mywebsite/public_html/wp-content/plugins/crayon-syntax-highlighter/util/crayon_util.class.php on line 664
Offending line:
return split(‘\.’, $match[0]);Should be replaced with:
return explode(‘\.’, $match[0]);
- The topic ‘Deprecated split() function in utils class’ is closed to new replies.