Notice has_cap was called with deprecated argument
-
I just installed this plugin in 3.5.1 and get the following notice (when debugging is turned on): “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.”
The error is caused in podcasting-settings.php, line 27. The argument for the $capability parameter is “8”, which is deprecated. An easy fix is to use “manage_options” instead.
Would it be possible to fix this in the plugin itself so that I don’t have to fix our local version?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Notice has_cap was called with deprecated argument’ is closed to new replies.