You are here

function modr8_noact_default in modr8 6

Same name and namespace in other branches
  1. 5 modr8_admin.inc \modr8_noact_default()
  2. 7 modr8_admin.inc \modr8_noact_default()
2 calls to modr8_noact_default()
modr8_settings_form in ./modr8_admin.inc
modr8_usermail in ./modr8_admin.inc

File

./modr8_admin.inc, line 521

Code

function modr8_noact_default() {
  return t('Your %type entry entitled "%title" has been reviewed by our content moderator, but not yet approved.

%note

To respond to the moderator, you can visit %response_url

You can visit %node_url to view it yourself, but is is not yet visible to other site visitors.

Regards,
The %site team');
}