Capabilites.php warning in WP2.0
-
After upgrading WP to 2.0 on my blog https://blog.franto.com i got lot of this warning
Warning: array_filter(): The second argument, ‘Array’, should be a valid callback in /hosting/franto.kormanak/franto.com/blog2/wp-includes/capabilities.php on line 152
Warning: Invalid argument supplied for foreach() in /hosting/franto.kormanak/franto.com/blog2/wp-includes/capabilities.php on line 156
this is many different situations, it was in post, in main page, in admin in WP-AMAZON search form
but still directs to same code:
$this->roles = array_filter(array_keys($this->caps), array(&$wp_roles, ‘is_role’));so it seems, it is something with Roles, which is new WP2.0 feature. Does anyone have same problem or know solution for me?
Thank you
- The topic ‘Capabilites.php warning in WP2.0’ is closed to new replies.