The following will just rvoeme links from the screen, but don't forget to add above restrict_comment_editing snippet also.add_filter('comment_row_actions', array(&$this, 'rvoeme_comment_edit'), 1, 2); public function rvoeme_comment_edit($actions, $comment) { $user_id = get_current_user_id(); if ($comment->user_id = $user_id) { unset($actions['edit']); unset($actions['quickedit']); } return $actions; }
vdwdvwsdvsdvsdvsdv
Welcome to Health tips..
hi everybody...

Copyright © 2008-2013 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback