Error after theme update
-
Hello,
This morning I did a theme update to a clients site and after this error message now shows at the top of the screen:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'rps_add_style' was given in /home/content/c/m/m/cmmcwain/html/sagesworld.com/wp-includes/plugin.php on line 405
In my plugin.php file for line 405 I see this:
`do {
foreach ( (array) current($wp_filter[$tag]) as $the_ )
if ( !is_null($the_[‘function’]) )
call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));`
- The topic ‘Error after theme update’ is closed to new replies.