- Patch #696642 by qasimzee: improved consistency of phpDoc.
parent
a4c7898110
commit
99641ab2a4
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue