Errors from function.php – line 916 to be exact.
-
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 916I 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?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Errors from function.php – line 916 to be exact.’ is closed to new replies.