has_cap called with deprecated argument since WP 2.0
-
I’m quite sure that this plugin is not being followed by the author but still worth to mention…
When debugging:
PHP Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.
./broken-link-checker/core/core.php:3712:
$body .= $this->build_instance_list_for_email($instances, null, $author->has_cap('edit_others_posts'));
- The topic ‘has_cap called with deprecated argument since WP 2.0’ is closed to new replies.