Home
last modified time | relevance | path

Searched refs:client_can_see_drafts (Results 1 – 2 of 2) sorted by relevance

/plugin/approve/action/
H A Dapprove.php163 if ($helper->client_can_see_drafts($INFO['id'], $approver)) return;
254 if ($helper->client_can_see_drafts($INFO['id'], $approver)) {
/plugin/approve/
H A Dhelper.php262 public function client_can_see_drafts($id, $pageApprover) { function in helper_plugin_approve