function modr8_accept_default in modr8 6
Same name and namespace in other branches
- 5 modr8_admin.inc \modr8_accept_default()
- 7 modr8_admin.inc \modr8_accept_default()
2 calls to modr8_accept_default()
File
- ./
modr8_admin.inc, line 499
Code
function modr8_accept_default() {
return t('Your %type entry entitled "%title" has been approved by our content moderator! Other visitors to %site will now be able to view it.
You can visit %node_url to view it yourself.
%note
Regards,
The %site team');
}