cbogdan
Member
Posted 10 months ago #
I use Commentluv plugin and each comment that have a luv link shows this issue:
Deprecated: Function split() is deprecated in /home/jorjetta/public_html/jorjetteblog/wp-includes/kses.php on line 1403
Is there a problem with wordpress or with this plugin?
That's with the plugin, the split() function (http://php.net/manual/en/function.split.php) is depreciated in the latest version of PHP (which WordPress needs to run).
You should send the author an email or if you're handy with PHP you could make the changes to the plugin directly.
c.
cbogdan
Member
Posted 10 months ago #
If you see, the script isnt a plugin file, it is something that belongs to wordpress.
Commentluv plugin didnt put the kses.php file in the wp-includes directory.
So, how can I handle this issue?
No, but CommentLuv is calling info from that file which have been deprecated. Which means it's the plugin having an issue.
Are you using the latest and greatest version? http://wordpress.org/extend/plugins/commentluv/
Andy Bailey
Member
Posted 9 months ago #
this is not an issue in 2.90.8.1 as I have removed all deprecated functions and php notices when running in debug mode.
just download the latest version and you'll be fine
cbogdan
Member
Posted 9 months ago #