- Patch #696642 by qasimzee: improved consistency of phpDoc.

merge-requests/26/head
Dries Buytaert 2010-01-27 11:29:51 +00:00
parent a4c7898110
commit 99641ab2a4
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ function syslog_watchdog(array $log_entry) {
syslog($log_entry['severity'], theme('syslog_format', array('entry' => $log_entry)));
}
/**
* Implements hook_theme().
*/
function syslog_theme() {
return array(
'syslog_format' => array(