diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 42c54783f..0b75847bc 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -754,7 +754,7 @@ function drupal_find_theme_functions($cache, $prefixes) { function drupal_find_theme_templates($cache, $extension, $path) { $templates = array(); - // Escape the dots in the extension. + // Escape the periods in the extension. $regex = str_replace('.', '\.', $extension) .'$'; // Because drupal_system_listing works the way it does, we check for real |