From e08abdd25259e8a2d8e4986a04e55ecd629f077d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 23 Dec 2007 13:17:20 +0000 Subject: #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed) --- includes/theme.inc | 2 +- includes/xmlrpc.inc | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'includes') 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 diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc index 6dd79b8c3..59210a459 100644 --- a/includes/xmlrpc.inc +++ b/includes/xmlrpc.inc @@ -1,12 +1,13 @@