Hi,
I keep getting this same error message at the bottom of my page with certain themes that are loaded on my site. It does not happen with every theme but quite a few all the same.
Warning: Missing argument 2 for do_action() in /home/directory/public_html/shadows/wp-includes/functions.php on line 916
I have looked at what is on line 916 in functions.php and see the following:
function do_action($tag, $string) {
apply_filters($tag, $string, false);
return $string;
It is all beyond me. Does anyone else have any idea what is happening here?