Edit Comment not working
-
Hi guys!
I’ve tried to get working the Edit Comment Capability with WordPress 3.1 Beta 1 but I can’t. As I understand Contributors now can Edit Comments so if you put the edit_comment_link() function then Contributors must see the link to edit his comments. But it doesn’t!
Anyway I tried to add the capability manually but I’ve the same result.
if (current_user_can(‘contributor’)
add_action(‘admin_init’, ‘allow_contributor_comments’);function allow_contributor_comments() {
$contributor = get_role(‘contributor’);
$contributor->add_cap(‘edit_comment’);
}So, is this option available? Anyone can please give me a hand on this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Edit Comment not working’ is closed to new replies.