diff options
Diffstat (limited to 'core/includes/bootstrap.inc')
-rw-r--r-- | core/includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 10d835f027c5..53fbb992eaab 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -371,7 +371,7 @@ function drupal_maintenance_theme() { * * Example: * @code - * function mymodule_log_stream_handle($new_handle = NULL) { + * function my_module_log_stream_handle($new_handle = NULL) { * static $handle; * if (isset($new_handle)) { * $handle = $new_handle; |